Re: [jQuery] jButton released!

2006-09-29 Thread yoyo
Webunity | Gilles van den Hoven wrote: I just finished my new plugin and would like to receive some feedback! I wrote a new plugin which can transform an image into a button. But what if my users do not have javascript enabled? Ideal solution will be like that: in code I use button for

Re: [jQuery] jButton released!

2006-09-28 Thread Webunity | Gilles van den Hoven
abba bryant wrote: mind fixing the demo link so we don't all have to look at a 403 page? As i posted in another thread, the jButton code is now located at: http://gilles.jquery.com/jButton/ Sorry for the 403's! -- Gilles ___ jQuery mailing list

Re: [jQuery] jButton released!

2006-09-28 Thread John Resig
How about the point mentioned by Dave about the _this (that i really should not use that because of some closure stuff)? I took the liberty of re-working your code to use closures, instead of _this. Also, it now works with multiple images (You can do: $(img').iButton() and it'll work over all

[jQuery] jButton released!

2006-09-27 Thread Webunity | Gilles van den Hoven
Hello guys! I just finished my new plugin and would like to receive some feedback! I wrote a new plugin which can transform an image into a button. Features include: * Toggle button or a default button * You can provide a function or string as the action to take when the button is clicked. In

Re: [jQuery] jButton released!

2006-09-27 Thread Paul Bakaus
Hi,great idea! I did something like this a coupl of weeks before for a touchscreen project, but I couldn't use jQuery (what a pity). This plugin looks like I wanted it to be :)2006/9/27, Webunity | Gilles van den Hoven [EMAIL PROTECTED]:Hello guys!I just finished my new plugin and would like to

Re: [jQuery] jButton released!

2006-09-27 Thread Dave Methvin
I wrote a new plugin which can transform an image into a button. You can check out the demo here: http://www.webunity.nl/_test/jquery/jButton/ I like the features. It would be better if the markup was a button and the plugin replaced or changed that as needed. Buttons can have an ACCESSKEY