Re: [jquery-ui] Autocomplete and php json_encode

2010-08-31 Thread Andrés Muñoz
Hey!, beam used this link: http://json.parser.online.fr/ and getJson() for the API jquery? 2010/8/30 MEM > Hello all, > > I would like to request your help if possible. > On the server side, I do have a clean script that grabs the database > data, and returns a json like this: > [{"nomeDominio":

Re: [jquery-ui] Can not get value from ClueTip generated element

2010-08-31 Thread Andrés Muñoz
Hi Dan, beam used: var inputValue = $("#keyword").val(); alert(inputValue); for: var inputValue = $("#keyword").attr('value'); alert(inputValue); es una segunda forma, espero que sirva Andrés Muñoz. 2010/8/26 黄旭 > Hi, > > Seems that the ClueTip has a bug on it's generated ele