[jQuery] Re: Autocomplete -- creating hyperlinks and getting rid of horizontal scrollbar

2008-08-27 Thread jlb
Regarding your first question, have you tried putting this in your autocomplete stylesheet? overflow-x: hidden; This should suppress the horizontal scrollbar.

[jQuery] Re: Sending a JSON object as data in an AJAX request

2008-07-16 Thread jlb
t; Converting the value (a JavaScript object) to a string yields "[object > Object]", which is what you're seeing. If you were expecting to get complex > PHP objects on your server side, you're mistaken about how HTTP parameters > work :) > > Basically, make y

[jQuery] Sending a JSON object as data in an AJAX request

2008-07-16 Thread jlb
According to the jQuery docs, the data option (in $.ajax) is supposed to accept a string or an object (which it then converts to a query string). It appears as though its not converting my object: My Javascript is: var json = { "Request" : { "action" : "doSo