摘要:
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插件 阅读全文
摘要:
$(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 阅读全文