Tag: jQuery
Misc
Div Anchors Using onclick inline javascript to a location can make a div act like an anchor. <div onclick=”location.href=’url'”>content</div> jQuery: $(“div”).click(function(){...
Misc
This script works with jQuery, so please include jQuery first. This works on mobile as well as large screens. Let a div with class “bottomnavbar” be the bottom navigation bar that you want to hide and show on page scroll. Demo Open demo in a full window...
Misc
To release $ that jQuery also uses us jQuery noConflict() Method $.noConflict();jQuery(document).ready(function(){ jQuery(“button”).click(function(){ jQuery(“p”).text(“jQuery is still working!”); });}); var jq =...
Misc
Screenshot of the demo below I think this is a new trend for HTML forms most websites have been following for the last couple of years now. It looks amazing seeing labels animating and changing their position to the top of the input and staying itself there when input...