[jQuery] Re: jeditable and XHTML?

2008-11-16 Thread Mika Tuupola
On Nov 15, 2008, at 2:24 AM, Rodent of Unusual Size wrote: http://github.com/tuupola/jquery_jeditable/tree/master/ jquery.jeditab... Brilliant! Works a treat now. Ok great :) Thanks for the heads up! You betcha. Who closes the tracker item? i can close. -- Mika Tuupola

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread mbraybrook
I can't see anything wrong with the JS, can you perhaps provide a more complete picture? .: Are you calling the JS when the DOM is ready? .: Are you posting the changes to a URL that is prepared to handle it? .: Are you using the latest versions of the scripts? Regards M On Nov 13, 11:23 pm,

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Rodent of Unusual Size
On Nov 14, 5:58 am, mbraybrook [EMAIL PROTECTED] wrote: I can't see anything wrong with the JS, can you perhaps provide a more complete picture? .: Are you calling the JS when the DOM is ready? Yes. .: Are you posting the changes to a URL that is prepared to handle it? It never gets to

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: Is there a known problem with jQuery/jeditable and XHTML? I keep running into this 'invalid string' message with JS and XHTML. First Dojo, now here.. it's getting discouraging. What am I doing wrong? Do you have example page

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: Anyway, is there anything obviously wrong with the fragment at http://apache.pastebin.ca/1254469 ? BTW. You have an extra , in the code. Remove it from the last configuration parameter tooltip : 'Click to edit', -- Mika

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: I want to use jeditable to edit fields in a table, but right now I'm trying to get it to work on any old XHTML.. Can you try latest from github: http://github.com/tuupola/jquery_jeditable/tree/master/jquery.jeditable.js?raw=true

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Rodent of Unusual Size
On Nov 14, 1:45 pm, Mika Tuupola [EMAIL PROTECTED] wrote: On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: Can you try latest from github: http://github.com/tuupola/jquery_jeditable/tree/master/jquery.jeditab... Brilliant! Works a treat now. Thanks for the heads up! You