tags
-
Recent Posts
- Internet blackout day: The day the internet goes dark
- Apple will release new iPhone in September
- Backup your files online and sync to multiple device
- Test Driven Development with QUnit
- An excellent introduction to SCRUM
- Creating multiple email account in cPanel with PHP and XMLAPI
- jQuery for iPhone and iPad
- Using jQuery wysiwyg
- Top 5 jQuery based menu

Steve Jobs with iPad
Apple’s iPad and iPhone definitely revolutionized the web! for developers and designers it also changed the way how we make websites.
While reading Six Revision’s Designing Web Apps for the iPad, I came across a powerful jQuery Plugin:
<code>$('.swipe').swipe({ swipeLeft: function() { $('#someDiv').fadeIn() }, swipeRight: function() { $('#someDiv').fadeOut() }, })</code>