sergejDrobot / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

How to insert in the code also the Slash character? #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Insering \ charaters

$('input[name=\'filter_sku\']').autocomplete({

but I obtain 
$('input[name='filter_sku']').autocomplete({

What is the expected output? What do you see instead?
In the code I insered
$('input[name=\'filter_sku\']').autocomplete({

but I obtain 
$('input[name='filter_sku']').autocomplete({

vQmod Version:
LAST

Original issue reported on code.google.com by boris.la...@gmail.com on 28 Dec 2011 at 2:47

GoogleCodeExporter commented 8 years ago
You need to escape the \ characters by using \\ - This is down to you not the 
software

Original comment by DJG6...@gmail.com on 28 Dec 2011 at 2:49

GoogleCodeExporter commented 8 years ago

Original comment by DJG6...@gmail.com on 28 Dec 2011 at 2:50