jMover v1.2
I have updated my jMover jQuery plugin to version 1.2. The new version includes moving all the elements between the 2 select boxes, auto creation of the select boxes and the buttons and automatically binding the click event handlers.
I have updated my jMover jQuery plugin to version 1.2. The new version includes moving all the elements between the 2 select boxes, auto creation of the select boxes and the buttons and automatically binding the click event handlers.
[Update] Fixed source can be found here. Thanks to Shay and Julien.
I’ve been digging through my old work and found a nice javascript plugin that created a Stock Ticker. It made a good candidate to port it to jQuery.
So the jStockTicker plugin was born.
Basically it works with animating a div containing a sequence of spans. As soon as the second visible span reaches the edge of the visible area, the first span is appended to the end of the list.
I’ve got a few requests to post example code to show how to use the new version of the jCollapser plugin.
So here we go :)
Read more…
[UPDATE #2] New version more info here.
New version of the jQuery plugin jCollapser. See change log for changes.
Source can be found here.
Latest development source can be found in the SVN repository at http://code.google.com/p/progadv/source/checkout
Change Log:
v1.2.1:
-Fixed error with init time state settings.
v1.2:
-Add cookie state support
-Add initialization time state setting if cookie is not set.
v1.1:
-Restructure of code to allow multiple collapse elements on the same page
v1.0:
-Initial release
There was an inquiry about how to have multiple collapsing elements on one page with unique IDs.
jCollapser now has support for this. In order to get this working a small restructuring of the plugin code had to be done.
Read more…
Recent Comments