Re: Very first jQuery application

2010-07-16 Thread Ian Skinner
On 7/16/2010 10:46 AM, Medic wrote: > You do realize that jQuery is just an interaction layer on top of javascript > right? So if you do it natively in javascript you are just cutting out a > step. jQuery doesn't do anything that you couldn't write yourself in js, > it's just done already for yo

Re: Very first jQuery application

2010-07-16 Thread Medic
That's exactly what I was going to get you do to. I would bet there is a "jQuery" way of doing things. You can probably pass in an array of objects or something. You do realize that jQuery is just an interaction layer on top of javascript right? So if you do it natively in javascript you are just

Re: Very first jQuery application

2010-07-16 Thread Ian Skinner
On 7/16/2010 9:45 AM, Medic wrote: > Post your code for how you do it once and I'll see if I can help you create > a reusable function. I assume this should be easy but since I've never > actually used jQuery I can't say for sure. Ok, thinking about what you are talking about, I replaced that c

Re: Very first jQuery application

2010-07-16 Thread Ian Skinner
On 7/16/2010 9:45 AM, Medic wrote: > Post your code for how you do it once and I'll see if I can help you create > a reusable function. I assume this should be easy but since I've never > actually used jQuery I can't say for sure. I posted a link in the first message so anybody could see all th

Re: Very first jQuery application

2010-07-16 Thread Medic
Post your code for how you do it once and I'll see if I can help you create a reusable function. I assume this should be easy but since I've never actually used jQuery I can't say for sure. On Fri, Jul 16, 2010 at 12:19 PM, Ian Skinner wrote: > > On 7/16/2010 8:42 AM, Medic wrote: > > I don

Re: Very first jQuery application

2010-07-16 Thread Ian Skinner
On 7/16/2010 8:42 AM, Medic wrote: > I don't use JQuery, but why not just turn the code you don't want to retype > 12 times into a function? That is the type of thing I am trying to get some advice on. What might be the way to apply a dozen slider UI controls to a dozen different elements w

Re: Very first jQuery application

2010-07-16 Thread Medic
I don't use JQuery, but why not just turn the code you don't want to retype 12 times into a function? On Fri, Jul 16, 2010 at 11:13 AM, Ian Skinner wrote: > > Now that we all have had a chance to learn something new about the > HTML tag we may not have known before. > > Does anybody have any

Re: Very first jQuery application

2010-07-16 Thread Ian Skinner
Now that we all have had a chance to learn something new about the HTML tag we may not have known before. Does anybody have any insight or suggestions in the actual jQuery code before I go and repeat what I have nearly a dozen more times for the other sections of the form? ~~

RE: Very first jQuery application

2010-07-15 Thread Andrew Scott
ent: Friday, 16 July 2010 3:30 PM To: cf-community Subject: Re: Very first jQuery application On 7/15/2010 10:17 PM, Andrew Scott wrote: > I am sure someone who is more experienced at jQuery will answer that, > but when I viewed the source it looks fine to me. > > But yeah very weird i

Re: Very first jQuery application

2010-07-15 Thread Ian Skinner
On 7/15/2010 10:17 PM, Andrew Scott wrote: > I am sure someone who is more experienced at jQuery will answer that, but > when I viewed the source it looks fine to me. > > But yeah very weird if you ask me. > It may not be a jQuery issue. The HTML specification does indicate that clicking on

Re: Very first jQuery application

2010-07-15 Thread Judah McAuley
That is actually the normal function of a label element and always has been (as far back as I can remember at least). They are particularly handy for checkboxes and whatnot where clicking on the sometimes really tiny little target area is difficult for people with limited motor function or eyesigh

RE: Very first jQuery application

2010-07-15 Thread Andrew Scott
-community Subject: Re: Very first jQuery application On 7/15/2010 10:04 PM, Andrew Scott wrote: > You seem to be applying the selector for the button press in the wrong > place, if you move the nouse to say 150pixels left of the button on > white space and press the LMB then the button

Re: Very first jQuery application

2010-07-15 Thread Ian Skinner
On 7/15/2010 10:04 PM, Andrew Scott wrote: > You seem to be applying the selector for the button press in the wrong > place, if you move the nouse to say 150pixels left of the button on white > space and press the LMB then the button seems to still be pushed. > Interesting. The button is in a

RE: Very first jQuery application

2010-07-15 Thread Andrew Scott
: Ian Skinner [mailto:h...@ilsweb.com] Sent: Friday, 16 July 2010 2:32 PM To: cf-community Subject: Very first jQuery application I'm playing with jQuery for the first time. This is what I have developed so far. http://www.ilsweb.com/games/demographics.html I'm seeking guidance and expe

Very first jQuery application

2010-07-15 Thread Ian Skinner
I'm playing with jQuery for the first time. This is what I have developed so far. http://www.ilsweb.com/games/demographics.html I'm seeking guidance and experience, so that when I have completed this exercise, experienced jQuery developers won't feel like this looking at my code - http://imgs.