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

The new jQuery.js script in Telerik RadControls Q3

2 Answers 179 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dale Palmer
Top achievements
Rank 1
Dale Palmer asked on 11 Nov 2008, 10:30 AM
Hi

Can you show me an example of how I can use the new jQuery.js script that comes with the Q3 release of the Telerik controls?

I include it as the last js script in my scriptmanager but it causes all telerik controls to stop working and my normal jquery syntax won't work???

The JS error i get is Telerik.Web.UI.RadPanelBar is undefined but works fine when i remove the new jquery script from my script manager.

 
    $(document).ready(function() {  
        $('#Dashboard').css({ top: '-30px'});  
 
        $('#Dashboard').hover(function() {  
                  $(this).animate({ top : '0px' }, 200);              
              }, function() {  
                  $(this).animate({ top : "-30px" }, 200);  
              });  
     }); 


Regards

2 Answers, 1 is accepted

Sort by
0
Dale Palmer
Top achievements
Rank 1
answered on 12 Nov 2008, 09:21 AM
Can anyone help with this?
0
Atanas Korchev
Telerik team
answered on 12 Nov 2008, 03:54 PM
Hello Dale Palmer,

Have you checked this blog post? What is different in your case? Please paste some sample code which does not work for you. I will troubleshoot it on my end.

Regards,
Atanas Korchev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Dale Palmer
Top achievements
Rank 1
Answers by
Dale Palmer
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or