[jQuery] Re: Plugin help: need dropdown (stylable in IE)

2009-04-28 Thread Chacha Golden
If you are just redirecting them to a URL, probably the easiest way would be to use a CSS Dropdown box like the one described in this: http://www.alistapart.com/articles/horizdropdowns/ On Tue, Apr 28, 2009 at 11:07 AM, Kim 'Johnson' Cameron wrote: > Hello, > > Searching for dropdown in the plugin

[jQuery] Re: Plugin Help

2008-03-04 Thread Scott González
On Mar 3, 9:25 am, Leanan <[EMAIL PROTECTED]> wrote: > Hmmm, ok. > > So with that setup, I (as a user) could do > $.myAwesomePlugin.startRockin? I notice you have the options stuff > under simply $.fn.myAwesomePlugin. So what if I wanted to call > startRockin and set defaults, too? Does > $.myA

[jQuery] Re: Plugin Help

2008-03-03 Thread Leanan
Hmmm, ok. So with that setup, I (as a user) could do $.myAwesomePlugin.startRockin? I notice you have the options stuff under simply $.fn.myAwesomePlugin. So what if I wanted to call startRockin and set defaults, too? Does $.myAwesomePlugin.startRockin(options_go_here) do it? Or do I have to d