Displaying 1 result from an estimated 1 matches for "cb_div".
Did you mean:
a_div
2006 Mar 14
2
rjs woes
...a request. I have the
onSuccess callback pointing to another function who''s only purpose is to
eval(resp.responseText). but this is not happening. i added an alert(
resp.responseText) and the javascript code is there, it''s just not being
evaluated.
checkbox:
<div id="cb_div">
<input type="checkbox" name="active_flag_<%= user.id -%>" value="<%=
user.id-%>" <%=
user.active? ? "checked" : "" -%> onclick="activate_user(this)"/>
</div>
javascript:
function activate_user(cb)...