Line 4: | Line 4: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
var usa = "Not Found"; | var usa = "Not Found"; | ||
− | + | usa = $("#user_item").contents().filter(function() { return this.nodeType === 3; }).text(); | |
$("#a").html(usa); | $("#a").html(usa); | ||
}); | }); |
Revision as of 05:53, 1 September 2018
Text box is blank!