I have a button, when click the button add a text inside to input than I write some text too inside the input
but i want only get as input value what i entered from keyboard.
the keyup and keyCode not work because I enter iso-8859 charecter
$('button').live('click', function() {
$('input').val($('input').val() + $(this).attr("value") );
});
I don’t want so…
I want button value showing in input area but not represent as input value and
when I get input value,I get only the input value without button value
How can do this?
if you have a form like this
you can to do this
now it doesn’t post just alert u with the value remove v.preventDefault(); v.stopPropagation(); and alert to normaly post the value…
to post values