jQuery & jQueryUI clash

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/26/2012 4:39:28 PM
Gravatar
Total Posts 81
Website Hobbyist and Software Engineer
Proud member of the mojoPortal team
www.doan.me

jQuery & jQueryUI clash

Hey Joe,

I have been doing some development recently that is pretty heavily using jQuery and jQuery UI. I just got back to it today after not being able to work on it for a few weeks. Since it had been a while I updated my environment with the latest mojoPortal code from the repository.  After doing that I started getting some weird errors from the jQueryUI js files. I did some research I realized that in the web.config you had changed the GoogleCDNjQueryVersion property to use 1.8.2 and have GoogleCDNjQueryUIVersion as 1.8.16. As part of the research I found out that jQuery 1.8.23 is the lowest maintenance version 'stated' as working with jQuery 1.8.2. I changed the GoogleCDNjQueryUIVersion to 1.8.24 in my user.config file and I am not longer getting the errors. I did some testing with other jQuery components in mojoPortal (tabs, buttons, datepicker, etc.) and I did not see any issues.

I will leave the change in my user.config file, but I just wanted to let you know about this finding and suggest that you might update GoogleCDNjQueryUIVersion to 1.8.24 in the web.config file.

Thanks for the consideration.

Kerry

10/27/2012 4:14:21 PM
Gravatar
Total Posts 18439

Re: jQuery & jQueryUI clash

Hi Kerry,

Thanks! This is now fixed in the repository. I've updated both jquery and jqueryui to the latest versions available on the google cdn via web.config. Let me know if you encounter any jquery related issues with the new versions.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.