Jquery 18
Jquery CallBack Object
Jquery provides a special type of objects called callbacks . This object can store method and fire this methods to a specific events. In this demo, “callbackMethod1 and callbackMethod2 is added two Jquery callback objects and fired on mouse enter and leave method”. The Jquery code for this is, $(document).ready(function () { var callbacks = […]
Jquery Slick Grid : Java Integration
“Slick Grid” is another Jquery plugin for showing data in table/grids. The feature it includes are “DIV” structured based table. It can handle millions of rows.responsiveness is awesome. We can get more information and download the library from the link:- https://github.com/mleibman/SlickGrid/wiki The files required by this plugin are :- jquery-1.8.3.min.js, […]
Jquery Tiny Carousel With Blog Posts
JQUERY TINY CAROUSEL plugin provides facilities for showing the items in horizontal/vertical sliding (carousel). It can be downloaded from this link:- http://baijs.nl/tinycarousel/ The project structure, This demo is “Retrieving the Blogger posts and displaying the post in the carousel demo.” Here we are retrieving 30 posts and displaying 3 […]
Jquery SparkLine And DataTable Integration With Java
“Spark Line” is graph representation without axes.It is very smaller in size. These graphs can be of type pie,line,bar and discrete in nature. Jquery Provides a plugin for sparkline. This sparkline plugin can be downloaded from the following link, http://omnipotent.net/jquery.sparkline/#s-download This plugin is tested in, Firefox 2+, […]