All Questions
2 questions
0
votes
2
answers
48
views
Issue with code running regardless
I have a html button
<input class="showOptions" type="button" style="width:100%" value="<%= (PRCDMU) %>" onclick="programSelector(this.value)" />
That calls some JavaScript
function ...
1
vote
1
answer
467
views
jQuery Multiple "opener" buttons for one dialog
I have about a million buttons trying to all open one single dialog from jQuery UI.
The first button on the page opens the Dialog fine, however every other button on the page doesn't do anything, they ...