I have selection problem. When i call the function value isnt comming.
How can i choose the title value from this array?

HTML
<LI class=resourceListItem id=649459 title='=WTF=RvrvDH/k8XAVENVFZJ/
xoQKasfd/JsdfhJTVKVadsfASA='>
<LI class=resourceListItem id=649458 title='=WTF=RvrvDH/sdafasENVFZJ/
xoQadfwCd/JXhJTVKVOXdasdA='>
<LI class=resourceListItem id=649457 title='=WTF=RvrvDH/k8XsadNVFZJ/
xoQKwCsdfa/JXhJTVDewfsdDWW='>
<LI class=resourceListItem id=649456 title='=WTF=RvrvDH/asfdsfAVENVFZJ/
xtlqNwmXBhxUfqGt3V8Cg8E='>


js
var id =649458
alert($("li.resourceListItem #"+id).title);


Thanks,

Reply via email to