Is there anyway by which i can use the $ or $$ utility selectors with arguments containing special characters?
<div id="my example">
$('my example')
<div class="item1\item2">
$$('div.item1\item2')
I've tried using the standard escape sequence \ but am having no luck.