javascript - Error using textjs plugin -


i'm using textextjs(dot)com plugin make auto complete form want make "textarea" preload values eg: have value "music","dance","pop" , want insert when page loaded "automatic value". i've tried load using code nothing happens:

$(document).ready(function(){      $(".text-wrap input[type=hidden]").val('["dance","music","pop"]'); }); 

this link can see better i'm making @ top "textarea" preload values


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

mysql - Trying to get RmySQL to work but not understanding bash's export or filesystem conventions -