|
help with a simple plugin to roll images: msg#01248lang.javascript.jquery
$.fn.rolly = function(options) { var settings = { speed: 'fast', delay: 10000 } if(options) $.extend(settings, options); $.rolly.rollover(settings); }; $.rolly = function() {} $.rolly.rollover = function (settings) { $(this).children().get(0).animate( { width: 'hide', opacity: 'hide' }, settings.speed).appendTo(this).show(settings.delay); } this doesn't work ... everything I tried didn't work... help!
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: attach a click event to everything but one TRelement...??, Michael Geary |
|---|---|
| Next by Date: | New Cheat Sheets in WIP, feedback , what you want to see, Nilesh Patel |
| Previous by Thread: | subversion accounts for plug-ins?, sime |
| Next by Thread: | Re: help with a simple plugin to roll images, David |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |