My original post got wiped out somehow...
I need to create a dynamic action based upon a JQuery selector whenever a button is clicked. This button is not an APEX button but, rather, is built dynamically, so; I can't base the DA on a button click. I need the jQuery selector for this:
<button id="apexir_btn_APPLY" class="apexir-button" type="button" value="Apply" onclick="gReport.chart.save();"><span>Apply</span></button>
Can someone please tell me the APEX jQuery selector to use for the above object? I have wasted over an hour on this.
Please don't respond with a snarky reference to the JQuery syntax page. I honestly have tried to figure this out on my own before posting here.
Thanks,
-Joe
Edited by: Joe Upshaw on Jun 11, 2012 9:55 AM