Page 1 of 1

alert

Posted: Thu Aug 09, 2012 11:35 pm
by Dinesh R

How to use the customized alert box in tiggzi?


alert

Posted: Thu Aug 09, 2012 11:42 pm
by maxkatz

Are your referring to alert(...)?


alert

Posted: Sat Aug 11, 2012 12:08 pm
by Dinesh R

Yes. I have given a textbox name as 'text' and tried to display that value in alert box. But it's not working. Please guide me.

var vname= Tiggr('text');
alert(vname);


alert

Posted: Sat Aug 11, 2012 6:27 pm
by maxkatz

code
Tiggr('text")
/code

gives you the jQuery Mobile element. To get the text you need to do:

code
Tiggr('text").text();
/code

http://help.tiggzi.com/documentation/...