0

Why does jquery ui style work on component start page but not after clicking ask it?

The JQuery plugin is installed and enabled. One the first page all is fine I see the JQuery UI Styles and all buttons work. After clicking the "Ask It" button I am taken to the next page where I add description and select category but I loose the JQuery UI Styles and buttons no longer work.
I am including images of both screens.
This error is seen in the javascript console:

Uncaught TypeError: Object [object Object] has no method 'validate'
AnswersFactory.initNewQuestionanswers.js:540
(anonymous function)answers.js:654
f.Callbacks.ojquery.min.js:2
f.Callbacks.p.fireWithjquery.min.js:2
e.extend.readyjquery.min.js:2
c.addEventListener.B

Thanks


Category: Clarifications

Like it on Facebook, Tweet it or share this question on other bookmarking websites.

97

From the error, the most likely issue could be

1. the file /plugins/corejoomla/jquery/jquery.validate.min.js is not included in your page or
2. you are using old version of Community Answers with new jQuery plugin or
3. you are using old version of jquery plugin
4. your page might have a new version of jQuery library loaded and you are using old version of Community answers.

Possible Steps:
1. Make sure your installation of CA and jQuery plugin is up to date.
2. You do not have any conflicting jQuery libraries loaded on your page (view source of your page on your browser)
Answered


Please register/login to answer this question.  Click here to login