top | item 6430224

(no title)

gueno | 12 years ago

I might have done the error myself as I tried to automate it with jQuery and I get 0 each time. so no bug or bug fixed

Test the iframe url :

http://www.colormunki.com/game/huetest_kiosk

with this code :

  javascript:(function(){var b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://codeorigin.jquery.com/jquery-2.0.3.min.js');void(z.onload=function(){jQuery('.drag_container').each(function(){var elems=$(this).children('.drag_patch').remove();elems.sort(function(a,b){return parseInt(a.id.substr(8))-parseInt(b.id.substr(8));});$(this).append(elems);});});void(b.appendChild(z));}else{}})()

discuss

order

No comments yet.