[Tutorials] Collapsable and Extendable jQuery Fixed Modal Box (Continue…)

Now, final retouch, have css file, jq-fixed.js in inside the same directory and save the code below as modal.html too in the same directory, test the mdoal window by running modal.html. If everything goes fine you’ll be able to see the modal window at the top. You can also download the zipped version of this … Continue reading “[Tutorials] Collapsable and Extendable jQuery Fixed Modal Box (Continue…)”

[How To] Prevent Multiples Clicks in JQuery

Recently, I was working in JQuery and faced a problem. This was the second time I faced this problem. Problem is Click event in JQuery gets triggered multiple times. The workaround that I found was to unbind the click event from the event handler, before each call to the click event. Here is an example. … Continue reading “[How To] Prevent Multiples Clicks in JQuery”