Hi, I was wondering if anyone knows how to keep the screen in a static position with jquery when a link that has a "#" href is clicked?
Hi,
Phil
$('a').click(function(e) { e.preventDefault(); // OR: return false; });
Add
return false;
Source: https://habr.com/ru/post/1734578/More articles:iPhone and iPad - including the class will increase the binary file? - iphoneJtable content will not be updated after adding data as a parameter - javaFlex builder3 does not create html wrapper when targeting flex 4 sdk - flexWhat type of data will I use if I want to save a file with a user using PHP and MySQL? - typesAdd Column to PdfPTable, iTextSharp - c #Twitter Error for IP Addressing and Authentication - securityHow to implement string (xml) in memystream for a file in C #? - c #Can I use Rakefile from another task? - ruby | fooobar.comInternal join in Insert query? - c #Oracle Threads and Processes - oracleAll Articles