0
我有一個jQuery的衝突錯誤。請提供解決方案。jrecorder jQuery的衝突
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script><script>
var r=jQuery.noConflict(true);
://function related to 'r' here....
<body>
<script src='recorder/jquery.js'></script>
<script src="recorder/recorder.js"></script>
//these files are present...cross checked twice...
<script>
var j=$.noConflict(true);
j(document).ready(function(){
j.jRecorder({
: //all settings here
});
});
</script>
</body>
上部工作正常,但下部完全不工作。我使用jrecorder:http://www.sajithmr.me/jrecorder-jquery
解釋會有幫助...爲什麼我的代碼是錯誤的....? –
我試過的代碼,但沒有工作.....對不起 –
你應該使用$ .jRecorder不是J –