[jQuery] Re: Form Plugin + FCKEditor + UI Dialog Button

2009-05-13 Thread dantan
Same problem. I have a working ajaxSubmit form. When I replace a textarea with fck the ajaxSubmit is not working anymore. console.log in beforeSubmit works but then the form is submitted without ajax but with a page reload.

[jQuery] $('#xxx').html() changing xhtml to html

2009-02-05 Thread dantan
I am trying to parse the html out of a specific div to save it with php into a SQL-database. Working good so far. The html is valid xhtml, but html() makes instead of and instead of Is there a workaround to get the xhtml?

[jQuery] $('#xxx').html() changing xhtml to html

2009-02-05 Thread dantan
I am trying to parse the html out of a specific div to save it with php into a SQL-database. Working good so far. The html is valid xhtml, but html() makes instead of and instead of Is there a workaround to get the xhtml?