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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -