Archive | jQuery RSS feed for this section

jCrop Demo using PHP

TweetThis is one more post in my 'image manipulation using PHP' series. This one uses jCrop, a jQuery plugin, which provides the quick and easy way to add image cropping functionality to your web application. Most of the people understand what the image cropping is, hence I am jumping to the demo of it by [...]

Read full story · Comments { 1 }

Introduction to jqGrid jQuery plugin

Tweet‘Data’ is an important term and a backbone for any dynamic web applicaiton. And for that reason, there are no two ways to say that data representation has been a crucial factor in web application development. As we know that there are enormous methods to represent data in any system but what matters is efficiency, [...]

Read full story · Comments { 14 }

jQuery shortaccesskey plugin

TweetI came across an article about keyboard enabling web applications today on my rounds of daily reading. This prompted me to dig out some code which I had written earlier to facilitate keyboard navigation of websites and convert it into a jQuery plugin. The shortaccesskey plugin provides an easier and faster way to use the [...]

Read full story · Comments { 0 }

jQuery shiftcheckbox plugin

TweetPresenting a jQuery plugin to select a range of consequetive checkboxes with just two clicks. The plugin is inspired from the GMail checkboxes functionality and works exactly the same. Just keep the 'Shift' key pressed and select a starting checkbox and the last checkbox that you want to select. Just try the demo if things [...]

Read full story · Comments { 26 }