Skip to content
Thu Aug 09, 2012 11:35 pm
How to use the customized alert box in tiggzi?
Thu Aug 09, 2012 11:42 pm
Are your referring to alert(...)?
Sat Aug 11, 2012 12:08 pm
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);
Sat Aug 11, 2012 6:27 pm
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”