in reply to Re: Perl Mason2 jquery get the value of a checkbox
in thread Perl Mason2 jquery get the value of a checkbox
here RESULT has the value of the checkbox(0 or 1)<input type="checkbox" id = "has_sidebar" name="cb" value="" onclick=" +result=$(this).attr('value', this.checked ? 1 : 0); alert('my result +: ' + result.context.value);" >
how do i PUT that in a perl variable?
sorry if that is a basic question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Mason2 jquery get the value of a checkbox
by Ralesk (Pilgrim) on May 30, 2012 at 23:15 UTC |