还有var map,package,var config是做什么的,我有点困惑,他们有没有做任何配置,我看过每个项目,我发现他们放这个文件的地方。这个函数是做什么的?
(function(global) {
// map tells the System loader where to look for things
var map = {
'app': 'app', // 'dist',
'rxjs':
我所做的:
1.我生成了kms-opencv-plugin-示例(使用链接)。
2.为了调用来自客户端js的opencv插件,我修改了众包检测器- client-js“r”(将文件夹名改名为kurento-opencvpluginsample)。
3.我所作的修改:
1.Updated the opencv js file path in the index.html
2.Replaced the "kurento-module-crowddetector" to "kurento-module-opencvpluginsample"(wit
HTML JS $("div[class^='ativo']").on("click", function(){
$(this).removeClass("^='ativo'"); // How to achieve it?
}); 我能做什么来代替.removeClass("^='ativo'");JSFiddle