Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Franky

    (@liedekef)

    Sure, that is not a problem I think.

    Thread Starter s501

    (@s501)

    Franky,

    I actually bound a change function (using jQuery) to the parsed field name (#_SEATS1) which works without having to burrow into #_SEATS to add onchange().
    Thanks.

    <script type='text/javascript'>
    jQuery( "select[name=bookedSeats1]" ).change(function () {
    ...
    </script>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding onChange() to #_SEATS’ is closed to new replies.