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
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
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?
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
4 matches
Mail list logo