[jQuery] Re: Error $.ajax on IE

2008-05-08 Thread mrpollo
hello, what type of object dados is? make sure its defined first, also does the #busca Element is rendered when you receive the success callback? On May 8, 9:54 am, mmoreira <[EMAIL PROTECTED]> wrote: > Hi People! > > This my code, sorry my stupid english! rs.. > > $.ajax({ > contentType: 'ap

[jQuery] Re: Howto assign $(this) to variable

2008-05-08 Thread mrpollo
actually you are not cloning your element, you are just making a pointer of the element in this line foo = $(this); so its not the same element, its just a pointer comparing with an actual element DOM object you can see it live in action in this site if you have firebug http://x1fm.com/music/b

[jQuery] Re: Problem positioning an absolute element

2008-04-22 Thread mrpollo
i see no div called box at leats firebug doesnt On Apr 22, 9:53 am, AsymF <[EMAIL PROTECTED]> wrote: > And what is with this post showing up 7 times?? I only hit the submit > button once on Google Groups. Hope no one thinks I am spamming. :( > > On Apr 17, 8:01 pm, AsymF <[EMAIL PROTECTED]> wrot

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread mrpollo
it sounds to me its an overflow problem IE does that a lot of the time, maybe position:absolute; and giving it a height:0px; would fix the IE problem google for IE DIV OVERFLOW youll find tons of solutions just encountered with this problem last night with a flash also, but no iframe still same lu

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread mrpollo
dude perhaps the only good valid solution that microsoft has given is the ie developer toolbar http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en its obviously not firebug, but its a good try, no on the fly css editing, but you get this c

[jQuery] Re: jQuery Question of the Week! Iframes and Loading!

2008-04-21 Thread mrpollo
hey i may not have many experience, but i think you cannot access the iframes inner properties, i think is caused due to security reasons the iframe tag can be referenced as any other one, but for some reason you cant access whats inside was this what you need it? why do you use an iframe anyway?