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

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

2010-08-26 Thread 黄旭
Hi, Seems that the ClueTip has a bug on it's generated elements? I got a problem like below, just can not get the value of the text field. $(function() { $('a.ClueTip').cluetip({ local: true, sticky: true, closePosition: 'title', activation: 'click' }); $("#