Re: [jQuery] editInPlace link trigger

2007-03-15 Thread strzelecki
Yes unfortunately the unique class is needed as there a multiple editable elements on the same page (comments pulled from a database), which you can click to edit in turn. This has worked fine, I just needed to be able to click a link on button instead of the text inself. I meant to remove the or

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
No you are correct. Must have been one of those browser cache problems. Loading the site again now doesn't present this error. Strange. And you are right, Firebug didn't throw up the error but when turned off the error console did. Juha Suni wrote: > > strzelecki wrote: >

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
textarea_rows: "3", textarea_cols: "52", saving_text: "Saving..." }); }); // ]]> strzelecki wrote: > > Ah many thanks. I will give that a try. > Just a note: The Editable demos on your site are errori

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
Ah many thanks. I will give that a try. Just a note: The Editable demos on your site are erroring if Firefox 2.0.0.2 XP: Error: console is not defined Source File: http://www.appelsiini.net/~tuupola/jquery/jeditable/lib/jquery.jeditable.js Line: 159 Mika Tuupola wrote: > > > On Mar 14, 2007,

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
Not cracked this yet. Anyone? I tried contacting Dave directly but got no response. strzelecki wrote: > > I am using Dave Hauenstein's editInPlace plugin at > http://davehauenstein.com/blog/archives/28, which is triggered by > $("#element>").editInPlace({. I was w

[jQuery] editInPlace link trigger

2007-03-13 Thread strzelecki
I am using Dave Hauenstein's editInPlace plugin at http://davehauenstein.com/blog/archives/28, which is triggered by $("#element>").editInPlace({. I was wondering wherether it would be possible to trigger this plugin by having a link or button next to the text that was to be edited that triggered