We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99aef48 commit 4bdb4f5Copy full SHA for 4bdb4f5
jquery.HTMLplus.js
@@ -35,7 +35,7 @@
35
$.each(options.tags,function(i,tag){
36
if(!inArray(tag,options.disableTags)){
37
var nodes;
38
- if(tag=='A') nodes=$root;
+ if(tag==='A') nodes=$root;
39
else{
40
nodes=$(tag+'[class]',$root);
41
if($root.is(tag+'[class]')) nodes.push($root.get(0));
0 commit comments