Alex Poon
Alex Poon
Any solution?
I had the same problem. But here is my workaround: Sort 2 Sort 1 Sort 2 Sort 3 Sort 4 $('#myDropdown li').click(function(e){ if ($(e.toElement).prop("tagName") == 'INPUT'){ console.log('Name: '+$(this).children('label').html()); console.log('Value: '+$(this).children('input').val());...
Is there any solution for the scroll or drag when zoom-in? I am having the same problem.