I am currently using Phonegap and XUI to create web app. I am retrieving some data from an external domain using a http request via XUI.
I\'m giving the Xui javascript framework for mobile apps a spin and I\'m stuck on form submission using its xhr ajax object. I\'m trying to submit username and password form values to a php script. Th
I\'ve created a plugin for XUI, for example: xui.extend({ myPlugin : function(){ var options = []; function methodOne(obj){
I\'开发者_开发问答m having a \"list\" that I want to populate with a background-json request. Items have different headings and traffic should be minimal (mobile webapp),
I found only one example how to use xui.js to call web service here: http://wiki.phonegap.com/w/page/32513809/Simple-Web-Service-Consumption-with-Phon开发者_Python百科eGap-and-XUI
I\'m having problems to create a equivalent slideDown for xuijs. The slideUp (hide) is easily done with
I was using XUI javascript library for Blackberry web application (OS 4.7 and 5.0). I just tried code on Blackberry Bold with OS6.
I suspect this is ridiculously simple, but I can\'t figure it out. We have some simple code that we\'ve written using jQuery, but I suspect it would work fine with xui, and since this is a mobile app
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Hello im trying to create the same effect of jQuery\'s slideUp and slideDown function with [xui]http://xuijs.com)