are there any good plugins to handle clicks based on the element clicked ?
for example, if link is clicked display a box with options. if form is clicked display a box with different options.
or any pattern suggestion would be useful.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For just handling clicks you could use click()
And for “boxes” (which I bet is just a “modals”) you could also look at http://choosedaily.com/1178/15-jquery-popup-modal-dialog-plugins-tutorials/ or even google – because there are a really lot of implementations and we don’t know what you expect from that “box”.
You can start with http://nyromodal.nyrodev.com/ due to it looks nice and “featurefull”.