RE: cf jquery mobile

2011-03-15 Thread Tim Do
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:rcam...@gmail.com] Sent: Monday, March 14, 2011 6:07 PM To: cf-talk Subject: Re: cf jquery mobile I would

RE: cf jquery mobile

2011-03-15 Thread andy matthews
. You'd probably be better off just writing your own. andy -Original Message- From: Tim Do [mailto:t...@wng.com] Sent: Tuesday, March 15, 2011 1:42 PM To: cf-talk Subject: RE: cf jquery mobile Point taken, I was simply trying to convert a page over to mobile. I'm trying to use JQM

RE: cf jquery mobile

2011-03-14 Thread andy matthews
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

Re: cf jquery mobile

2011-03-14 Thread Raymond Camden
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

Re: cf jquery mobile

2011-03-14 Thread Azadi Saryev
+1 to Ray Another thing to consider is: do you really want to add 500+Kb of scripts loaded when you use cfform tag (or any other cf's built-in ajax features) to your MOBILE site? Azadi On 15/03/2011 09:07 , Raymond Camden wrote: I would also _strongly_ urge you not to mix CF's built in JS

RE: cf jquery mobile

2011-03-14 Thread andy matthews
+1 -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: Monday, March 14, 2011 8: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