All Questions
1 question
0
votes
0
answers
127
views
MVC3 Script function placing - strange behaviour
Here is the scenario:
I. A button is clicked.
II. The binder jQuery(document).on("click",buttonSelector,callback), primarly:
Creates a <div id="popup-wrapper"></div> element
Loads the ...