HIi friends,
i working on a IPhone Web App as its kinda new to me, have studied some basics of JQuery,
i want to get the form value in one view and to return to next view,i have tried this one,
$("button:#Get").click(function () {
$('#msg').html($('input:textbox').val());
});
it works with JQuery but not in JQTouch.
Any Ideas People,
Thank u,