JQuery UISortable gets fine on Ipad, but normal links on listing fail now -



JQuery UISortable gets fine on Ipad, but normal links on listing fail now -

i had problem jquery ui sortable not working on ipad/iphone record list. have [edit] , [delete] links in front end of each record, problem of ui-sortable fixed http://furf.com/exp/touch-punch/sortable.html, include 1 js file remap touch events mouse events.now works fine, new problem can't click [edit] or [delete] links in front end of each record in listing. can 1 help please? var fixhelper = function (e, ui) { ui.children().each(function () { $(this).width($(this).width()); }); homecoming ui; };

$(document).ready(function () {

$(function () { $("#dynamicsortlists tbody").sortable({ opacity: 0.6, helper: fixhelper, cursor: 'move', update: function () { var order = $(this).sortable("serialize") + '&action=updaterecordslistings'; $.post("_changesortorder.php", order, function (theresponse) { }); } }); });

when not working ipad, include jquery file jquery.ui.touch-punch.min.js http://furf.com/exp/touch-punch/sortable.html. , worked, normal links in #dynamicsortlists tbody tr not working.

edit : okay, no 1 answered, issue, may easy. please @ http://jqueryui.com/demos/sortable/ default functionality example, don't want whole "li" clicked moved up/down, want specific icon in "li" , the "li" can moved up/down holding icon. please help me this.

i don't know if still interesing enabling handler works draggables... same axis...

$( "#sortbox" ).sortable({ handle:'.draghandle', axis:'y' });

yet.. creates issue. 1 time dragged handle, lastly sorted item moves around when click anywhere handle.

punch-touch cool plugin, has quite issues , sad, there not many responses or fixes.

jquery ipad click touch sortable

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -