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 validation, the text gets automatically like this: CUBE Streamer \'sloping\' ULTEGRA 3 x 10 (99€/Woche) This way, I write the text into the div: <div id="selected_cat_name" style="float:left; display:none;"></div> $('#selected_cat_name').text(cat_name).html(cat_name); When I Is there a way to avoid getting the \?submit my form another time, the text looks like CUBE Streamer \\\'sloping\\\' ULTEGRA 3 x 10 (99€/Woche)