Question for selectors

Question for selectors


Hi,
I just come up against a problem for jQuery selector, nd the details
is under below:
<script>
$('div[@title=' + $(this).text() + ']'); // i cannot get the
jQuery object
</script>
<div title="<<<ABC>>>">
...
</div>
So, it seems that the selector could not get dom elements by xpath in
case of some special charactors? I wander how can i get it in this
case, is there someone could help me?
thx
Daniel