Missed a paraentheses
This commit is contained in:
parent
fafc76ac52
commit
c39e61525f
@ -5,4 +5,4 @@ jQuery("body").append("</span></div>");
|
|||||||
jQuery(".sih-market-action").each(function() {
|
jQuery(".sih-market-action").each(function() {
|
||||||
console.log(jQuery(this).attr("href"));
|
console.log(jQuery(this).attr("href"));
|
||||||
jQuery("body").append('<div style="background: white"><span>' + jQuery(this).attr("href") + ", ");
|
jQuery("body").append('<div style="background: white"><span>' + jQuery(this).attr("href") + ", ");
|
||||||
};
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user