- Posts: 21
- Thank you received: 0
Menu dropdown stay always open
-
hardimos
Inactive member - Topic Author
- Member
Less
More
10 years 2 months ago #42299
by hardimos
Replied by hardimos on topic Menu dropdown stay always open
Deleting this line causes a syntax error.
Deleting the closing tag also, no syntax errors but then I have many other appearance and conflict issues
This is the code in this area
<script>
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js ">
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js ">
<script type="text/javascript">
jQuery.noConflict();
</script>
Deleting the closing tag also, no syntax errors but then I have many other appearance and conflict issues
This is the code in this area
<script>
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js ">
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js ">
<script type="text/javascript">
jQuery.noConflict();
</script>
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42308
by ivan.milic
Replied by ivan.milic on topic Menu dropdown stay always open
It clear that HTML is incorrect:
<script>
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script> should be removed, nothing else
<script>
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script> should be removed, nothing else
Please Log in to join the conversation.
Time to create page: 0.080 seconds