Archive

Archive for March, 2009

jMover v1.2

March 16, 2009 3 comments

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.

Read more…

jStockTicker (a jQuery Stock Ticker made easy) v1.1

March 13, 2009 47 comments

[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.

Read more…

jCollapser example

March 10, 2009 14 comments

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 new version v1.2.2] jCollapser v1.2

March 9, 2009 11 comments

[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

Twit This Post!

jCollapser plugin to support multiple collapse elements on one page.

March 5, 2009 12 comments

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…

Categories: JavaScript, jQuery Tags: ,
Follow

Get every new post delivered to your Inbox.