我有一个 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