Point taken, I was simply trying to convert a  page over to mobile.

I'm trying to use JQM and JQ now but finding it difficult to use jquery plugins 
on the mobile device.  Ex:  I'm trying to do a simple related select dropdowns 
and tried a couple of plugins, it works on my pc browser, but when I try on the 
blackberry or iphone it doesn't work.  What I'm confused about is all of the 
samples that I'm seeing both jquery-1.5.1.min.js and jquery.mobile-1.0a3.min.js 
are being included.  Does this mean that functions from jquery library will 
work on mobile devices?  Or do I need to find specific plugins for jquery 
mobile?  If so, am I screwed because I can't find any for a related select 
specific to mobile devices??  

-----Original Message-----
From: Raymond Camden [mailto:[email protected]] 
Sent: Monday, March 14, 2011 6:07 PM
To: cf-talk
Subject: Re: cf & jquery mobile


I would also _strongly_ urge you not to mix CF's built in JS stuff
with any other JS framework. You can do it - but most of the time it
leads to trouble. If you are experienced enough to be working with
JQM, you probably do not need the built-in CF client side form
validation. Use a good jQuery plugin for that instead.

On Mon, Mar 14, 2011 at 7:25 PM, andy matthews <[email protected]> wrote:
>
> Without seeing code I couldn't be sure what was wrong, but jQuery Mobile is
> quite particular about pathing. My guess is that some of the script files
> aren't loading. Hit your site with Firefox (with Firebug turned on) and see
> if the javascript files needed for cfform are loading.
>
>
>
> andy
>
> -----Original Message-----
> From: Tim Do [mailto:[email protected]]
> Sent: Monday, March 14, 2011 10:51 AM
> To: cf-talk
> Subject: cf & jquery mobile
>
>
> I'm playing around w/ jquery mobile and am struggling with how to get
> certain features of cf to work within jquery mobile.  For instance, within
> my cfform the form validation and my related dropdown which I use cfselect
> and bind no long work.  Why is this and is there a way to get this to work
> together?  Thanks!
>
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:343058
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to