摘要: Uploadify使用说明什么是Uploadify原文:Uploadify is a jQueryplugin that integrates a fully-customizable multiple file upload utility onyour website. It uses a mixture of Javascript, ActionScript, and anyserver-side language to dynamically create an instance over any DOM element ona page.译文:Uploadify是一个jQuery插件 阅读全文
posted @ 2011-10-13 16:41 msnbluesky 阅读(6448) 评论(2) 推荐(1) 编辑
摘要: $(document).ready(function(){ //遍历所有Radio 执行change事件 $("#tab2 tr").each(function(){ var td=$(this).find("td:eq(1)").text(); $(this).find(":radio:first").change(function(){ alert(td); }); }); //获取选中Raido的值 $("#btnOk").click(function(){ alert($("#tab2 input 阅读全文
posted @ 2011-06-11 23:20 msnbluesky 阅读(3468) 评论(1) 推荐(0) 编辑