Hi! I'm searching for a fix: I've a div that contains a table, and when i "slideToggle" the div, the animation goes bad (sorry for my eng): while expanding the div, it's height become greater than the "real" hieght, so when animation finishes, the height returns like the original size. So the problem is that I've an error in jQuery when the height is calculated. I think a fix could be calculate differently the height if a div contains a table..what do you think about that?
Hi, I've a problem while toggling a div: id div contains a bit large quantity of data (in my case some select with a lot od option) the animation (slideToggle) doesn't work correctly: the div doesn't slide up and down, animation is like a css('diplay','none')..i can't see dinamicity.
Hi, I have a problem with browser while loading html data from a class in php (ajax):
Before ajax call, I let user see an animated wait icon gif. When i call ajax i have result to load in a select in a form, and I do it using $('#id').html(data), where data is the output printed in my php class.
Now, when ajax call ends, i remove the animated gif. The problem is that while browser is filling the select with options generated by my php class, the client side "engine" is "totally in use" and so the animated gif stops for the time of data loading (sorry for my english). So if there's a client side effort animated gif is not useful! Or not? Now I would know is there's a way to do that in a "really asinc way", in order to let this damn icon go.
hi, I'm get data from a form in jquery ui dialog. A string can contains chars like 'à' 'è'. I've a problem when saving on db, because charset in the page is ISO-8859-1 but characters are not saved in the db as ISO characters, but in other charset. Why does it happen??