Re: [jQuery] editInPlace link trigger

2007-03-15 Thread strzelecki
() { $(this).parent().children(.edit_comment?php echo $comment_id;?).click(); }); $(.edit_comment?php echo $comment_id;?).editInPlace({ Mika Tuupola wrote: On Mar 14, 2007, at 5:21 PM, strzelecki wrote: Doesn't seem to want to work the same with Daves version. I have

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 wondering wherether it would

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, at

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
, textarea_rows: 3, textarea_cols: 52, saving_text: Saving... }); }); // ]] /script strzelecki wrote: 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

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: Ah many thanks. I

[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