[jQuery] Re: Is there an autocomplete plugin that allows for a hidden field that does not show?

2007-08-26 Thread inVINCable
Now I see that, and I have played around with it, but that requires the species to show in the results, which I don't want. :/ On Aug 23, 8:10 pm, "Dylan Verheul" <[EMAIL PROTECTED]> wrote: > On 8/23/07, inVINCable <[EMAIL PROTECTED]> wrote: > > > I am n

[jQuery] Is there an autocomplete plugin that allows for a hidden field that does not show?

2007-08-23 Thread inVINCable
Hello everyone, I am new from prototype and scriptaculous and have been puzzled all day by trying to figure out this autocomplete business with jQuery. I have searched all over including the plugins page on the jquery website and cannot find what I need, an autocomplete field that will get the ID

[jQuery] Re: Allowing a .click() function to occur as many times as needed in tandem with .load() ?

2007-07-28 Thread inVINCable
look into it right away. Vince On Jul 28, 9:36 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > inVINCable wrote: > > Hello everyone, > > > I am just about ready to throw my darn computer out the window > > here :P. > > > What I am doing is quite simple, I am u

[jQuery] Allowing a .click() function to occur as many times as needed in tandem with .load() ?

2007-07-28 Thread inVINCable
Hello everyone, I am just about ready to throw my darn computer out the window here :P. What I am doing is quite simple, I am using the .load() function to call upon a function, like so: $("div.vote_against_selected").click(function(){ //first load content $("div.fake").load("/stories/vote/1/"

[jQuery] Confusion with re-binding a click?

2007-07-28 Thread inVINCable
Hey guys, Sorry I am just really in a rut here. I was told on IRC earlier that you CANNOT re-load content into a if you have already loaded content into it outside of the div. For example here: $("div.storyvotefor").click(function(){ $("div.storyvote").load("/stories/vote/1/" + $stor

[jQuery] Best way to use an ajax comment system?

2007-07-12 Thread inVINCable
Hey everyone, I am using the form plugin (great btw) and the .load function (I need to because i am using cakephp) I was wondering, what is the best way to go about updating the comments? So far I have just been updating the whole that contains all of the comments. I feel I may be putting too muc

[jQuery] Re: Creating a button like this, using jquery?

2007-07-07 Thread inVINCable
ows the user to travel over an element without triggering it. > Hover triggers immediately when the mouse goes over it. > > Does this help? > > On Jul 6, 5:55 pm, inVINCable <[EMAIL PROTECTED]> wrote: > > > Sorry guys, but I cannot get my head around this one. I am trying

[jQuery] Creating a button like this, using jquery?

2007-07-06 Thread inVINCable
Sorry guys, but I cannot get my head around this one. I am trying to create a vote button that looks like the ones here, jyte.com I already have ALL of the backend logic programmed. I even already have everything working, the problem is, I am using CSS to display the buttons. This does not allow