Saturday, 14 September 2013

Iframe Communication Checkbox Values

Iframe Communication Checkbox Values

On the parent page, I have a series of checkboxes like below:
<input type="checkbox" class="parlay" value=1>
<input type="checkbox" class="parlay" value=2>
<input type="checkbox" class="parlay" value=3>
On a certain event I pop an iframe, and need to get the values for all the
checkboxes which are "checked" on the parent page. Can someone point me to
a jQuery or Javascript approach for this problem?
Thanks much

No comments:

Post a Comment