Hi, sorry for my english. It is not my native language.
Please, help me, how i can jQuery add event handler in cell data.
By example:
on the page with jqgrid is defined event:
|
1 2 |
$('.box').click(function() {<br /> alert('box view');<br />});<br /><br /> |
on
|
1 |
<a class="box" href="#" rel="nofollow">test</a> |
on a page event working properly, but in XML cell data in jQuery
|
1 |
<cell><![CDATA[<a href="#" class="box" id="5" rel="nofollow">...</a></cell> |
event not working and click on link in grid not show alert message.
Why?
Thank you for your tips.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top