I'm using jQuery UI AutoComplete and I'm I wonder how I can pass along custom values.
Can I use the Option to define custom values? Not quite sure how I should use it. Currently I'm solving the "problem" by passing along the values in the URL like this:
source: "http://mysite.com/wp-content/themes/theme1/include/jquery.search.php?limit=5",
?limit=5is teh key - value. Instead of passing it in the URL, I would like to pass it as an option.