Category Archives: jQuery
Responsive Images
Support for CSS3 media queries in browsers has led to much excitement and debtate with regards to delivering alternate web site layouts depending on the screen width – just check out this web site by resizing your browser window from … Continue reading
jQuery fading images
A nice way to fade in and out of images include <script type=”text/javascript” src=”js/jquery-1.2.1.min.js”></script> <script type=”text/javascript” src=”js/common.js”></script> <script type=”text/javascript” src=”js/jquery.slideshow.js”></script> javascript for common.js // Animate homepage banner… var obj = $(‘#slideshow’); // check object exists… if (obj.length>0) { // … Continue reading
