Skip to main content

Bug Tracker

Side navigation

#6535 closed bug (invalid)

Opened May 06, 2010 10:30AM UTC

Closed May 06, 2010 06:28PM UTC

jquery conflicts,please help me on this if any one will helps me it will save my time lot

Reported by: sreenu Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: conflict Cc: sreenu.net@hotmail.com
Blocked by: Blocking:
Description

Am using tow jquery files in a same page like scripts/ui.sortable.js and jquery.jcarousel.js and related functions in the same page

<script type="text/javascript">

$(document).ready(function() {

$(".column").sortable({

connectWith: '.column'

});

$(".portlet").addClass("ui-widget ui-widget-content ui-helper-clearfix ui-corner-all")

.find(".portlet-header")

.addClass("ui-widget-header ui-corner-all")

.prepend('<span class="ui-icon ui-icon-plusthick"></span>')

.end()

.find(".portlet-content");

$(".portlet-header .ui-icon").click(function() {

$(this).toggleClass("ui-icon-minusthick");

$(this).parents(".portlet:first").find(".portlet-content").toggle();

});

$(".column").disableSelection();

});

</script>

<script type="text/javascript">

var $jl = jQuery.noConflict();

jQuery(document).ready(function() {

$jl('#mycarousel').jcarousel();

});

jQuery(document).ready(function() {

$jl('#mycarousel1').jcarousel();

});

</script>

Attachments (0)
Change History (1)

Changed May 06, 2010 06:28PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

You have mistaken the bug tracker for the forum.

http://forum.jquery.com