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
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'
});
$("#