網頁

2014年4月1日 星期二

jquery mobile ToDo app


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(); 
                          });

http://demos.jquerymobile.com/1.3.0-beta.1/docs/demos/swipe/swipe-list.html#demo-page


How to open a new HTML page from jQuery?





沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。