[jQuery] Using slideDown on a TR ignores the colspan amount - why?

2008-05-02 Thread Stanley
If I try to run slideDown on a table row that has TD's with multiple colspan, the colspan amount is completely ignored. My Table looks like so: content content hidden content The javascript code is very simple: $('#hiddenTR').slideDown(); If you try

[jQuery] Re: Jquery Ajax dropping special characters

2007-12-01 Thread Stanley
Does the + count as an illegal character? Perhaps I am doing something wrong, but despite using escape() on my variables before sending them via $.ajax the + character does not get converted. On Nov 27, 11:52 am, Mark Lacas <[EMAIL PROTECTED]> wrote: > Why not escape the data with javascript's es

[jQuery] Is it possible to use display:inline instead of block when running FadeIn or FadeOut?

2007-11-03 Thread Stanley
When using fadein or fadeout they both set the element to display:block - is it possible to tell it to set it to display: inline instead?

[jQuery] jQuery incorrectly passes URL field as POST

2007-10-26 Thread Stanley
When calling an AJAX function with the POST method, there is no way for me to edit the GET fields of the URL because they are incorrectly passed as POST. I would like to use this follow URL structure in my ajax requests: url: 'myfunction.php?fooBar' method: 'POST' But through firebug I can see t