[jQuery] Getting an array via $.post

2009-01-08 Thread emmj...@gmail.com
How would I go about getting an array from a php script. As I understand it the data returned to $.post is only things that are echoed in the php file. I've tried using return $array; in php but it doesn't work. Any help would be greatly appreciated.

[jQuery] Possible 1.3 bug

2009-01-14 Thread emmj...@gmail.com
I was checking all of my random plugins/scripts to make sure they all work with jQuery 1.3 and I found one that is having problems. An example of it is available at: http://digitalinferno.net/temp/ If you enter some text into the input firebug will report that "filter is not a function" in http

[jQuery] Re: append changes width of select boxes in ie7

2009-01-15 Thread emmj...@gmail.com
Do you have an example of what it's doing so we can get a better idea of what you mean? On Jan 15, 2:48 am, david wrote: > I see it is a problem in ie7: > It is a regression in > it.http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread... > > Even then, is it possible to make so

[jQuery] Troubles with animate in IE (possible bug)

2009-03-09 Thread emmj...@gmail.com
Alright so I'm trying to build a custom accordion type functionality, now it works fine in Firefox, Chrome and Safari but IE is throwing me an error. An example of the functionality can bee seen at: http://www.rememberwhencruisers.com/ My javascript can be found at : http://www.rememberwhencrui