We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a761c18 commit e6d76d3Copy full SHA for e6d76d3
jquery.webcam.js
@@ -46,7 +46,7 @@
46
var source = '<object id="webcam-object" type="application/x-shockwave-flash" data="'+webcam.swffile+'" width="'+webcam.width+'" height="'+webcam.height+'"><param name="movie" value="'+webcam.swffile+'" /><param name="FlashVars" value="mode='+webcam.mode+'&quality='+webcam.quality+'" /></object>';
47
48
if (null !== webcam.id) {
49
- $(webcam.id).html(source);
+ $('#' + webcam.id).html(source);
50
} else {
51
this.append(source);
52
}
0 commit comments