Dinesh R
Posts: 0
Joined: Thu Aug 09, 2012 11:35 pm

alert

How to use the customized alert box in tiggzi?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

alert

Are your referring to alert(...)?

Dinesh R
Posts: 0
Joined: Thu Aug 09, 2012 11:35 pm

alert

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);

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

alert

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/...

Return to “Issues”