javascript

Discuss anything that's related to the Raxan framework

Re: javascript

Postby raymond » Fri Jul 16, 2010 10:21 pm

You can do this with jQuery's val() method:

$('#userinput').change(function(){
var v = $(this).val(); // get value from form input
});

Here's another example: http://api.jquery.com/val/
raymond
Site Admin
 
Posts: 215
Joined: Tue Mar 17, 2009 5:04 am

Return to General Discussions

Who is online

Users browsing this forum: No registered users and 3 guests

cron