i want to use jQuery and Spry both in my web-application. how it’s possible.
the two thing i used from different different framework :>
tab from spry and famespam from jQuery
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.
You can use jQuery independently of anything else, doesn’t matter what other libraries you choose. All you need to be careful about is the
$variable, which might be used somewhere else.That’s why jQuery has the
noConflict()method. If your other framework uses the$variable, simply doMore information about
$.noConflict()