2010年5月26日
摘要: 获取编辑器中HTML内容function getEditorHTMLContents(EditorName){ var oEditor = FCKeditorAPI.GetInstance(EditorName); return(oEditor.GetXHTML(true)); }获取编辑器中文字内容function getEditorTextContents(EditorName){ va... 阅读全文
posted @ 2010-05-26 13:43 锥子 阅读(526) 评论(0) 推荐(0) 编辑
摘要: //遍历option和添加、移除optionfunction changeShipMethod(shipping){var len = $("select[@name=ISHIPTYPE] option").lengthif(shipping.value != "CA"){ $("select[@name=ISHIPTYPE] option").each(function(){ if($(this... 阅读全文
posted @ 2010-05-26 10:03 锥子 阅读(238) 评论(0) 推荐(0) 编辑