
Category: Misc
Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.


Justified Image Gallery jQuery Plugin
http://miromannino.github.io/Justified-Gallery/ You can also use this cool image resizer and compressor tool to minify the size of your images for better website page load speeds.
Nice Responsive jQuery Lightbox Plugin
http://lokeshdhakar.com/projects/lightbox2/#licenseHow to use jQuery with other JavaScript functions without any conflict
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 =...