摘要: 本文根据 http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/编写,并增加了删除功能演示: http://demo.tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/demo.php主要代码是1)建立标签内容 string sql = " SELECT * FROM worklog_notes where username='"+User.Identity.Name+"' ORDER BY id DESC "; 阅读全文
posted @ 2011-02-25 11:01 启明星工作室 阅读(2041) 评论(0) 推荐(0) 编辑