jquery problem with ASPRunner |
1/19/2011 9:27:54 PM |
ASPRunnerPro General questions | |
T
tone21705 author
Hi, <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
$('#dialog').dialog('open');
Break on Error
|
|
T
|
tone21705 author 2/3/2011 |
Any ideas about this? Hi, Made a project in 6.1 and in the header.asp put my JS/jquery code including: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
$('#dialog').dialog('open');
Break on Error
|
![]() |
Sergey Kornilov admin 2/4/2011 |
ASPRunnerPro uses jQuery already. There might be a conflict between different jQuery versions. |
T
|
tone21705 author 2/9/2011 |
ASPRunnerPro uses jQuery already. There might be a conflict between different jQuery versions. You may want to try to remove jQuery include to see if this makes the difference.
|
![]() |
Sergey Kornilov admin 2/9/2011 |
Antoni, |
T
|
tone21705 author 2/9/2011 |
Antoni, just wanted to say we'll be upgrading to the latest version of jQuery in ASPRunnerPro 7.0.
|
![]() |
Sergey Kornilov admin 2/9/2011 |
I guess the only solution is to find another jQuery widget that works with version of jQuery that comes with ASPRunnerPro. |