Difference between revisions of "Template:Example2"

Line 483: Line 483:
  
 
if( ($(location).attr('href')).indexOf("submit") >= 0  ) {
 
if( ($(location).attr('href')).indexOf("submit") >= 0  ) {
$(".menu_wrapper").css("position", "absolute");
+
$(".menu_wrapper").css('position', 'absolute');
 +
alert("here");
 
}
 
}
  

Revision as of 15:58, 5 July 2016