Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 09, 2010 02:12 PM by A1ien51
Member
10 Points
41 Posts
Aug 07, 2010 09:21 AM|LINK
Hi EveryBody,
In the very same page i sent you for thickbox and hover jquery conflict. Now i had removed the
Thickbox css and jquery files now iam using only the hover effect.
so i have the following files included in my page.
jquery.min.js
js_13082009.min.js
jqstyle_20100302.css
Now the hover effect fine.
Now i implemented a jquery text rotator on my page. for which i included the following files
jquery-1.3.2.min.js
screen.css
And also the rotator need the below to be placed in a point where you want to display the
rotator. and the code block is
<div style="width: 100%; text-align: center;">
<script src="quotator.js" type="text/javascript"></script> ***
<script type="text/javascript">
$(document).ready(function()
{
*** $("#quotes").quotator({speed : 7000,json : "quotator_quotes.js"});}); </script>
<div>
<div id="testimonial-pane">
<p id="quotes"> </p>
</div>
Inside the above code block a file is included. and the text is read for another file. which
I had marked as *** quotator.js and quotator_quotes.js are the files.
Now when i comment the hover css and jquery files the text rotator works fine but the
Hover doesent work. When i comment the rotator css and jquery files on top the hover works
fine but the text rotator doesnt work.
I want both working.
Please Give me an idea about this issue.
I had uploaded the application in the following link please download it and check if possible.
https://www.yousendit.com/download/ T1VrT0NRaFJGOFEwTVE9PQ
please download and debug the app if possible. Thank you.
JQuery JQuery dialog ajaxcontroltoolkit combobox jquery Lightbox in asp listview asp.net3.5 jQuery asp.net tab jquery asp.net 3.5 asp.net jquery dynamic bound xml asp.net 3.5 C# Asp .net4.0 .NET 4.0 ASP.net 4.0 jquery tools JQueryuery Processing .js file javascript JQuery Popup FancyBox Jquery Page Load jquery &jhtmlarea Jquey Tools
All-Star
29935 Points
5821 Posts
Aug 09, 2010 02:12 PM|LINK
You should only have 1 version of the jQuery file on the page at a time. If I were you, you shold point at the latest and greatest version and not the old versions which those appear to be using.
Eric
kalidhas
Member
10 Points
41 Posts
Jquery Conflict
Aug 07, 2010 09:21 AM|LINK
Hi EveryBody,
In the very same page i sent you for thickbox and hover jquery conflict. Now i had removed the
Thickbox css and jquery files now iam using only the hover effect.
so i have the following files included in my page.
jquery.min.js
js_13082009.min.js
jqstyle_20100302.css
Now the hover effect fine.
Now i implemented a jquery text rotator on my page. for which i included the following files
jquery-1.3.2.min.js
screen.css
And also the rotator need the below to be placed in a point where you want to display the
rotator. and the code block is
<div style="width: 100%; text-align: center;">
<script src="quotator.js" type="text/javascript"></script> ***
<script type="text/javascript">
$(document).ready(function()
{
*** $("#quotes").quotator({speed : 7000,json : "quotator_quotes.js"});}); </script>
<div>
<div id="testimonial-pane">
<p id="quotes"> </p>
</div>
</div>
</div>
Inside the above code block a file is included. and the text is read for another file. which
I had marked as *** quotator.js and quotator_quotes.js are the files.
Now when i comment the hover css and jquery files the text rotator works fine but the
Hover doesent work. When i comment the rotator css and jquery files on top the hover works
fine but the text rotator doesnt work.
I want both working.
Please Give me an idea about this issue.
I had uploaded the application in the following link please download it and check if possible.
https://www.yousendit.com/download/ T1VrT0NRaFJGOFEwTVE9PQ
please download and debug the app if possible. Thank you.
<div></div>JQuery JQuery dialog ajaxcontroltoolkit combobox jquery Lightbox in asp listview asp.net3.5 jQuery asp.net tab jquery asp.net 3.5 asp.net jquery dynamic bound xml asp.net 3.5 C# Asp .net4.0 .NET 4.0 ASP.net 4.0 jquery tools JQueryuery Processing .js file javascript JQuery Popup FancyBox Jquery Page Load jquery &jhtmlarea Jquey Tools
Kalidhas.
A1ien51
All-Star
29935 Points
5821 Posts
Re: Jquery Conflict
Aug 09, 2010 02:12 PM|LINK
You should only have 1 version of the jQuery file on the page at a time. If I were you, you shold point at the latest and greatest version and not the old versions which those appear to be using.
Eric