Simple ToDo app – jQuery Mobile / WebSQL Part 1
http://blog.jamesjacobs.me/2013/09/simple-html5-todo-app-jquery-mobile-websql-part-1/
jquery mobile ToDo app
https://github.com/jjoe64/jquery-mobile-todo
jQuery Mobile - Adding a swipe to delete button to a listview component
http://blog.ring.idv.tw/comment.ser?i=382
Todo app for iphone ipad using jquery mobile and web storag
http://www.codestack.in/todo-app-for-iphone-ipad-using-jquery-mobile-and-web-storage/
jQuery Mobile Touch Events
http://www.w3schools.com/jquerymobile/jquerymobile_events_touch.asp
.slice()
https://api.jquery.com/slice/
.fadeOut()
http://api.jquery.com/fadeout/
$("li").on("swiperight",function(){ $(this).fadeOut( "slow" ); //hide(); });
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。