摘要:
获取编辑器中HTML内容function getEditorHTMLContents(EditorName){ var oEditor = FCKeditorAPI.GetInstance(EditorName); return(oEditor.GetXHTML(true)); }获取编辑器中文字内容function getEditorTextContents(EditorName){ va... 阅读全文
posted @ 2010-05-26 13:43
锥子
阅读(536)
评论(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
锥子
阅读(244)
评论(0)
推荐(0)
浙公网安备 33010602011771号