[jQuery] Re: jQuery function to click a link on the page

2009-04-09 Thread mattimus5...@gmail.com
try using window.open, its not jquery, just javascript, but you use it to open new windows On Apr 9, 10:07 am, CaptainABrad wrote: > http://abrad45.com/sites/beta/ > > I have this almost working. When you drop the icons on the iMac > Screen, the pages are supposed to load in a new tab. I was doi

[jQuery] Re: generate AJAX data based on number of select elements

2009-04-09 Thread mattimus5...@gmail.com
achieve?? On Apr 9, 3:48 pm, "mattimus5...@gmail.com" wrote: > You are just trying to get the value of the select box and only the > select box??? > > So you have something like > > Book 1 ??? > Book 2 > Book 3 > Book 4 > > >  What do you need reqData to look like?

[jQuery] Re: generate AJAX data based on number of select elements

2009-04-09 Thread mattimus5...@gmail.com
You are just trying to get the value of the select box and only the select box??? So you have something like Book 1 ??? Book 2 Book 3 Book 4 What do you need reqData to look like?

[jQuery] Which is faster?? Accesing by class or id?

2009-04-06 Thread mattimus5...@gmail.com
Hey guys, I was just wondering if there is a speed difference in which way you access an element. For example: Test Is it faster to use $("#mine") -or- to access the same element using the class, such as $("div p.para") -or- does it not even matter??? Just looking for some insight, Thanks, Matt