[jQuery] Re: - Doesn't always work

2009-05-19 Thread MeanStudios
s! I wouldn't have figured that out as fast as I did without the suggestion of returning "Nothing|0" because the autocomplete didn't even return that heh. Made me realize that it was something else in my code other than the php and autocomplete script. Anways, have a great day

[jQuery] Re: [Autocomplete] - Doesn't always work

2009-05-19 Thread MeanStudios
ve control of the Client class?  If > so, can you add a search method that takes the 'q' value as a criteria > for the name?  But, the code as is *should* run, so take my comments as > constructive observations... :) > > Shawn > > MeanStudios wrote: > > Shawn, y

[jQuery] Re: [Autocomplete] - Doesn't always work

2009-05-19 Thread MeanStudios
:) > > Short of seeing some sample code, I'm not sure how much more I can help > out... But hope that points you towards the solution somewhat. > > Shawn > > MeanStudios wrote: > > Greetings, > > > I'm currently using this awesome plugin for my web

[jQuery] [Autocomplete] - Doesn't always work

2009-05-18 Thread MeanStudios
Greetings, I'm currently using this awesome plugin for my web app but I'm having a bit of an annoying bug with it. It sometimes does not pull up any results when typing in. Like if I have something in the database with the name "March" and I type in "mar" it shows the little loading.gif but the

[jQuery] Re: jQuery Form Plugin Problem: IE7 gives Object doesn't support property or method

2009-04-13 Thread MeanStudios
Second Update: If you remove the name attribute from the button using jQuery then it works. Just changing the name does not. All fixed. On Apr 14, 11:01 am, MeanStudios wrote: > Update: > > I am using ExpressionEngine and am trying to edit to the publish area > (for those of y

[jQuery] Re: jQuery Form Plugin Problem: IE7 gives Object doesn't support property or method

2009-04-13 Thread MeanStudios
roblem is IE7 doesn't accept the button name change using jQuery. Maybe if I remove that button and rebuild it? On Apr 14, 8:23 am, MeanStudios wrote: > Greetings, > > I'm using jQuery 1.3.2 and jQuery Form Plugin 2.25. > My code: >         $('#msre_

[jQuery] jQuery Form Plugin Problem: IE7 gives Object doesn't support property or method

2009-04-13 Thread MeanStudios
Greetings, I'm using jQuery 1.3.2 and jQuery Form Plugin 2.25. My code: $('#msre_file').change(function(){ el = $(this); target = el.next(); $('#entryform').ajaxSubmit({ url: '&ms_rel_file=upload',

[jQuery] Re: Best Practices, Am I Using Them?

2009-02-25 Thread MeanStudios
I've fixed my problem. Right when I click the button I have jQuery add a class called "selected" to it which tells jQuery where the click came from since I have two buttons that can trigger this code. If the other button is clicked while the first one still has "selected" in it's class list then

[jQuery] Re: Best Practices, Am I Using Them?

2009-02-25 Thread MeanStudios
I've revised my code and added some features as well to catch some errors. I'm still having problems with clicking on the link twice quickly and it rolling back down an empty box. I think the problem is with the load() function, it doesn't stop and when it finishes it rolls the div back down aga

[jQuery] Re: Best Practices, Am I Using Them?

2009-02-25 Thread MeanStudios
Awesome, thank you very much for the pointers :D. I will fix that right now. \o/ for learning something new :D. On Feb 26, 3:21 pm, Matt Kruse wrote: > On Feb 25, 3:23 pm, MeanStudios wrote: > > > If someone could just give me some good pointers so I can put them > > into pr

[jQuery] Re: Best Practices, Am I Using Them?

2009-02-25 Thread MeanStudios
Thank you very much! Sending the email now :). On Feb 26, 8:57 am, Eric Garside wrote: > Sorry missed your second post. Shoot me an email and I'll take a look > at it tonight, and see if I can help you clean it up some and keep it > functional. :) > > On Feb 25, 4:52 pm

[jQuery] Re: Best Practices, Am I Using Them?

2009-02-25 Thread MeanStudios
n the data. On Feb 26, 8:42 am, Eric Garside wrote: > What version of jQuery UI are your using? > > On Feb 25, 4:39 pm, MeanStudios wrote: > > > Also, for some reason when I try to use jQuery 1.3.1 to run this it > > hangs around where I'm trying to init the tabs. I

[jQuery] Re: Best Practices, Am I Using Them?

2009-02-25 Thread MeanStudios
Also, for some reason when I try to use jQuery 1.3.1 to run this it hangs around where I'm trying to init the tabs. I took that part out and it loaded the div fine, so it's not load(). Is UI Tabs not compatible with jQuery 1.3.1? Guess I could try to use jQuery 1.3.2 to see if it works. I'd lik

[jQuery] Best Practices, Am I Using Them?

2009-02-25 Thread MeanStudios
Greetings, I'm writing an accordion effect of some sorts into a new web site I am developing which utilizes load() to bring in the outside information into the div that's dropping down when I click a particular link. I've had to use livequery as well since there is javascript (using the UI Tabs P

[jQuery] Re: unsubscribe

2008-11-17 Thread MeanStudios
Is there a reason why you changed the subject to "unsubscribe"? On Nov 17, 10:14 pm, Andrew Taylor <[EMAIL PROTECTED]> wrote: > MeanStudios wrote: > > Greetings, > > > I am using this plugin in my web application and I had a quick > > question.  Is there

[jQuery] Question about [Autocomplete]

2008-11-16 Thread MeanStudios
Greetings, I am using this plugin in my web application and I had a quick question. Is there a way to trigger an ajax call if someone selects something from the dropdown list? The ajax call would then fill in some fields below related to what was just selected from the autocomplete field. Thank