about jQuery plugins

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/1/2011 7:14:35 PM
Gravatar
Total Posts 28

about jQuery plugins

Hello;
jQuery plug-ins, 2375 version that I can not run outside.
thank you
best regards

12/2/2011 12:24:34 AM
Gravatar
Total Posts 28

Re: about jQuery plugins

http://www.mojoportal.com/adding-custom-javascript.aspx

According to the example here is doing the configuration. the new version does not work now.

12/2/2011 6:20:45 AM
Gravatar
Total Posts 18439

Re: about jQuery plugins

Hi,

In mojoPortal 2.3.7.5 we updated these Web.config settings to use the latest versions of jQuery and jQueryUI.

<add key="GoogleCDNjQueryVersion" value="1.7.1"/>
<add key="GoogleCDNjQueryUIVersion" value="1.8.16"/>

I tested all the jquery plugins we use in mojoPortal and found no problems with them.

If you use other jQuery plugins in your custom code that don't work with the latest jQeury, you can alwasy put this in your user.config file to change it back to the older versions of jQuery and jQueryUI

<add key="GoogleCDNjQueryVersion" value="1.6.2"/>
<add key="GoogleCDNjQueryUIVersion" value="1.8.14"/>

Hope that helps,

Joe

12/2/2011 8:06:46 AM
Gravatar
Total Posts 28

Re: about jQuery plugins

Hello Joe
Thank you for first aid.
I knew what it was a problem.
I tried going under inetpub problem.
microsoft webmatrix not a problem.

http://localhost/atisoft/default.aspx. -----  incorrect

http://localhost:39857/default.aspx  ---- to webmatrix

for the record?

Sincerely 

 Ahmet Toraman

 

 

 

 

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