[jQuery] Trouble with Klaus Hartl's Tabs Plugin Customization... even possible?

2007-08-06 Thread Jim Newfer
Hello everyone, I got the tabs plugin by Klaus Hartl working about 1 hour ago, and since have been trying to change some basic things about the way it works, starting with the button image and the size. I took a brief look at the source and i see the background is just a simple image. Now when I

[jQuery] Trouble with Klaus Hartl's Tabs Plugin Customization... even possible?

2007-08-06 Thread Jim Newfer
Hello everyone, I got the tabs plugin by Klaus Hartl working about 1 hour ago, and since have been trying to change some basic things about the way it works, starting with the button image and the size. I took a brief look at the source and i see the background is just a simple image. Now when I

[jQuery] Unable to replicate what seems like a simple element via jQuery

2007-08-03 Thread Jim Newfer
Hello everyone, After spending quite some time trying to figure this out, I have resorted to asking for help because after trying what seems like everything, I have yet to find a solution. So maybe someone could help me out/point me in the right direction or offer some function names. I have tri

[jQuery] Re: An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-08-01 Thread Jim Newfer
ion is linked on the page. > > -Dylan > > On 7/31/07, Jim Newfer <[EMAIL PROTECTED]> wrote: > > > > > Hello every, > > > I am new from prototype and am trying to change my methods to jQuery. > > What I want to do is very familiar to me with protot

[jQuery] An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-07-30 Thread Jim Newfer
Hello every, I am new from prototype and am trying to change my methods to jQuery. What I want to do is very familiar to me with prototype, but confuses me when trying to do it with jQ :P I have spent the past 3 hours playing around with the autocomplete plugins on the site, and read their docum

[jQuery] Re: Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-30 Thread Jim Newfer
); > > } > > btw, what is the point of multiplying numbers by 1? > x * 1 + 1 == x + 1 > On 7/29/07, Jim Newfer <[EMAIL PROTECTED]> wrote: > > > > > Matt: > > > Ah, of course ! Here ya go ;) > > > $("div.vote_against_selected").clic

[jQuery] Re: Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-29 Thread Jim Newfer
Matt: Ah, of course ! Here ya go ;) $("div.vote_against_selected").click(function(){ //first load content $("div.storyinfo").load("/stories/vote/1/" + $storyid); //then set up new value to display $first_new_votes_for = $votes_for * 1 + 1; $first_new_votes_against = $votes_against * 1 - 1; if (

[jQuery] Re: Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-29 Thread Jim Newfer
function to each of these classes, yet after I call the ajax request, I cannot use the .click() on the other element. The ajax request is working great, yet I can only use it on one of the On Jul 29, 6:26 pm, "Matt Stith" <[EMAIL PROTECTED]> wrote: > Some code samp

[jQuery] Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-29 Thread Jim Newfer
Hello everyone, I am quite new to jquery but love its ease of use! I have all the basic functions down pat, although I am struggling with the load() function, what appears to be quite simple is very puzzling to me. To provide an example of what I am trying to accomplish via jQuery can be found h

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
On Jul 3, 2:26 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Ganeshji Marwaha wrote: > > The tabs plugin expects the html markup in a certain structure... > > Recently the plugin has more flexibility towards the markup structure, > > nevertheless, you need to set that up correctly in order for it

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
On Jul 3, 2:26 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Ganeshji Marwaha wrote: > > The tabs plugin expects the html markup in a certain structure... > > Recently the plugin has more flexibility towards the markup structure, > > nevertheless, you need to set that up correctly in order for it

[jQuery] Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
I'm sure this is a very basic question but I cannot seem to get my head around it. When I configure the tabs plugin, I have everything installed correctly, I call upon the main js file, and then include this before my layout, $(document).ready(function() { $('#container').tabs(); }); But to no