Line 4: | Line 4: | ||
function timedMsg(){ | function timedMsg(){ | ||
var usa = "Not Found"; | var usa = "Not Found"; | ||
− | + | $("#user_item").contents().each(function(){ | |
+ | if(this.nodeType === 3){ | ||
+ | usa += this.wholeText; | ||
+ | } | ||
+ | }); | ||
$("#a").html(usa); | $("#a").html(usa); | ||
} | } |
Revision as of 07:26, 1 September 2018
Text box is blank!