Welcome Guest, Not a member yet? Register   Sign In
jquery and CI
#7

[eluser]Amitabh Roy[/eluser]
yep, it can be expanded like this


Code:
var tempCounter = $('#counter').val();
  tempCounter = tempCounter + 1;
  $('#counter').val(tempCounter);

it updates the value of the counter field and

Code:
$('#m').val(tempM);

updates the value of the m field


Messages In This Thread
jquery and CI - by El Forum - 07-08-2011, 05:18 AM
jquery and CI - by El Forum - 07-08-2011, 07:24 AM
jquery and CI - by El Forum - 07-08-2011, 09:34 AM
jquery and CI - by El Forum - 07-08-2011, 10:37 AM
jquery and CI - by El Forum - 07-08-2011, 01:13 PM
jquery and CI - by El Forum - 07-08-2011, 01:16 PM
jquery and CI - by El Forum - 07-08-2011, 01:18 PM
jquery and CI - by El Forum - 07-08-2011, 01:54 PM
jquery and CI - by El Forum - 07-09-2011, 02:56 AM
jquery and CI - by El Forum - 07-10-2011, 06:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB