[jQuery] PHP variable into jQuery
Hello,
I have a form where the values are pulled from MySQL and looped
through using PHP. The name and id values are create dynamically.
For example HTML:
Item A <input type="checkbox" name="event_id_22" id="eid_22" / >
Item B <input type="checkbox" name="event_id_23" id="eid_23" / >
For example PHP:
Item A <input type="checkbox" name="event_id_$value" id="eid_$value" /