You are on page 1of 1

C:\Documents and Settings\usuario\Desktop\Nova pasta\js\reinaldo.

js

sbado, 22 de fevereiro de 2014 23:14

var stop = false; var testando = 'fsafalse'; $("#accordion h3").click(function(event) { if (stop) { event.stopImmediatePropagation(); event.preventDefault(); stop = false; } });

$(function() { $("#accordion") .accordion({ header: "> div > h3", collapsible: true, heightStyle: "content" }) .sortable({ axis: "y", handle: "h3", placeholder: "ui-state-highlight", // stop: function(event, ui) { // IE doesn't register the blur when sorting // so trigger focusout handlers to remove .ui-state-focus

-1-

You might also like