| jquery Programming Glossary: wordlistAdopting variable values from HTML data-atributes http://stackoverflow.com/questions/13253556/adopting-variable-values-from-html-data-atributes  variable values from HTML data atributes  EDIT I have a list in my HTML called #wordlist . In this list I hold the words in my game the attached audio and the attached image to each word. This all works fine... numberInput in the script. Is this possible to do Here is the list data word data audio and data pic are all OK ul id wordlist li data audio data pic images one.png data word one data number input data completion number data grid li li data audio..   First of all your html wasn't good at all you must change it to this data attributes were corrected... HTML ul id wordlist li data audio data pic images one.png data word one data number input data completion number data grid li li data audio.. 
 jQuery UI Autocomplete widget search configuration http://stackoverflow.com/questions/2382497/jquery-ui-autocomplete-widget-search-configuration  format allowed for simple local data String Array or Object Array with label value both properties. Example code var wordlist about above across after against  along among around at before  behind below beneath beside between  beyond but by despite.. source function req responseFn var re .ui.autocomplete.escapeRegex req.term var matcher new RegExp ^ re i var a .grep wordlist function item index return matcher.test item  responseFn a  A few key points the call to .ui.autocomplete.escapeRegex req.term.. 
 jQuery post() with serialize and extra data http://stackoverflow.com/questions/6627936/jquery-post-with-serialize-and-extra-data  possible to post serialize and other data that's outside the form. Here's what I though would work but it only sends 'wordlist' and not the form data. .post page.php '#myForm' .serialize 'wordlist' wordlist Anyone have any ideas  javascript jquery.. what I though would work but it only sends 'wordlist' and not the form data. .post page.php '#myForm' .serialize 'wordlist' wordlist Anyone have any ideas  javascript jquery   share improve this question   You can use serializeArray docs and add.. I though would work but it only sends 'wordlist' and not the form data. .post page.php '#myForm' .serialize 'wordlist' wordlist Anyone have any ideas  javascript jquery   share improve this question   You can use serializeArray docs and add the additional.. 
 |