This is a migrated thread and some comments may be shown as answers.

[Solved] Error jQuery undefined

1 Answer 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Craig
Top achievements
Rank 1
Craig asked on 08 Sep 2011, 04:30 PM
I am getting the jQuery undefined error in the attached project.  I have read around on this but I am missing what I need to add to the project to get it working.  This project works fine in Chrome but not IE. 

1 Answer, 1 is accepted

Sort by
0
Craig
Top achievements
Rank 1
answered on 08 Sep 2011, 05:25 PM
Sorry Figured out my error here.  registring the scripts too many times and using Stylesheet registrar rather than Script Registrar.


But what lead me to this error was another one I wonder if you can help well.  In the real project I made this test project from, I have the pop up edit form from the grid that had two combo boxes and when one of the combo boxes is selected I do an ajax call to retrieve some info and pull back some data and update the text boxes using jquery, (i.e, $('#textbox').attr('value',data)) .  Some of my text boxes immediately show the changes but other text boxes, typically telerik currency and numeric text boxes do not show my data updates until I click or tab into the text box.  The data is there and will show once I focus on the text box or if I submit the popup edit form the data model contains the updates but it will not show the data automatically doing the jquery updates.  Not sure if this is a jquery, mvc or telerik issue.
Tags
General Discussions
Asked by
Craig
Top achievements
Rank 1
Answers by
Craig
Top achievements
Rank 1
Share this question
or