On Thu, Jun 30, 2011 at 10:29 AM, Rick Faircloth <[email protected]> wrote: > > Hi, Ray... I appreciate the work you did in putting together > the jQuery Mobile Quick Start Guide, but it's really just a > more limited version of the Intro to jQuery Mobile found here: > > http://www.ibm.com/developerworks/web/library/wa-jqmobile/
Well, respectfully, I disagree. I wanted an approach that was simpler. For example, the IBM one takes a while to get to the actual HTML for creating a page. There's going to be many guides out there and different approaches of course. > In index.cfm: (with non-essential code stripped out) > Yowza. That's a lot. :) I'd begin first by simpy ensuring that my form click handler is operating correctly. JQM wants to take over forms by default. You can bypass this a few ways - here is one: http://forum.jquery.com/topic/disable-ajax-on-forms But basically- your first step is to ensure that JQM is NOT handling the form submission for you. You want to ensure your code is. Make your handler just console.log something and forget about calling any CFC now. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345960 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

