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
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
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
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
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
);
>
> }
>
> 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
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 (
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
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
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
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
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
12 matches
Mail list logo