是否有人可以幫助我將以下Jquery腳本轉換爲與mootools相當的腳本?需要幫助將Jquery轉換爲Mootools
我需要使用Mootools來防止我的Joomla網站發生衝突問題。
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('div.rj_insertcode a.glossarylink').each(function() {
jQuery(this).replaceWith(jQuery(this).html());
});
jQuery('.no_glossary a.glossarylink').each(function() {
jQuery(this).replaceWith(jQuery(this).html());
});
});
</script>
</head>
或者,我們將不勝感激,如果任何人都可以建議如何使上面的代碼與Mootools的兼容(我是相當新的兩種語言)。
它們不是語言,它們是圍繞語言環繞的框架/工具包 – 2011-01-27 09:54:25
指出,歡呼湯姆塗 – Graham 2011-01-27 10:03:56