i used livequery for jq ui buttun and date picker
it is so slooooow
is there an alternative like the new on() method
or something that is fast for large documents
please help i am stuck and the pages not responding
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.
Things to look into:
.delegate()(for slightly older jQuery, 1.7 and less) or.on()for newer versions (.live()is deprecated)Without more detail, I cannot help you more.