[jQuery] Re: Problems with quotes

2009-11-19 Thread MorningZ
Why are you using both ".text()" and ".html()" ? On Nov 19, 5:59 am, heohni wrote: > Hi, > > I have databse entries like: CUBE Streamer  'sloping' > ULTEGRA 3 x 10 (99€/Woche) > > I use this text with jquery and I am writing this text into a div. > When reloading my page, because of a form valid

[jQuery] Re: Problems with quotes

2009-11-20 Thread morwo
Is the form validation on the server side? Is it done by PHP? If 2x yes then turn off magic_quotes in your PHP configuration on your server.