I am injecting HTMl code into the dom using Ajax. It does this sucessfully but my jQuery selector does not work for this HTML input
So if i do the following in my Jquery it does not get recognized...
$("input[id*='cb_Compare']").click(function ()
However if i assign the input with an onclick function in my server side code thatworks.
What is this sorcery?