[jQuery] dynamic content load into div

2007-05-10 Thread Paulo Gabriel Antunes
well, i'm having some trouble running my load function on IE6+. it works fine on FF. there's 2 load functions: 1) one gets the command from div #menu and loads it into div #total. 2) the other one get the command from div #total and loads it in itself (#total). and number 2 is not working on IE

[jQuery] Re: .load external page by url

2007-05-09 Thread Paulo Gabriel Antunes
Massimiliano? From Fabico? O.o On 5/9/07, Massimiliano Marini <[EMAIL PROTECTED]> wrote: Hi Matt, > Thats correct, ajax calls cannot retrieve external pages for security > reasons. The only way to get external pages onto your page is to use > an iframe, or a simple server side proxy that you

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-09 Thread Paulo Gabriel Antunes
hey! are you still there? could you help me please?

[jQuery] NEED HELP WITH IE PROBLEMS.

2007-05-06 Thread Paulo Gabriel Antunes
Hey everyone. This is my test site: www.svplace.com/teste the function to load content into a div is working well on Firefox, but it doesn't on IE This is the load function: http://www.svplace.com/teste/load.js I got this function from this site: http://education.llnl.gov/jQuery/ which, by

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-06 Thread Paulo Gabriel Antunes
Shelane, check my latest update: www.svplace.com/teste it works fine on FF, but not on IE.. help me pleeeaaseee. Paulo On 5/6/07, Paulo Gabriel Antunes <[EMAIL PROTECTED]> wrote: weird... for me it doesn't work on IE. gotta find a hack. do u know any? On 5/5/07, Shelane <[E

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-05 Thread Paulo Gabriel Antunes
weird... for me it doesn't work on IE. gotta find a hack. do u know any? On 5/5/07, Shelane <[EMAIL PROTECTED]> wrote: > > > Hmmm. It didn't seem to work for me in FF. The first item loaded, but > click "A história" loaded it on its own (not within the div). > > Declare the second function at the

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-05 Thread Paulo Gabriel Antunes
DONE!! The problem was that i should also link the script in every file, so it could load in the 'total' itself thanks!! check www.svplace.com tomorrow to see it working. =D Paulo On 5/5/07, Paulo Gabriel Antunes <[EMAIL PROTECTED]> wrote: yes, it's the second. th

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-05 Thread Paulo Gabriel Antunes
quot;menu item"? If it's the first, you want to do the first I said, (the .html..) if it's the second... Look at my example here: http://education.llnl.gov/jQuery/ This loads content specific to each of my example items from different pages. What language is your site in? Is that in

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-05 Thread Paulo Gabriel Antunes
ok, you almost got what i wanted. i would use the first code you gave me, but instead of using just one content, i have lots of html files, which are linked by many links, and all this content is loaded, each at a time on this div. you can check this on my website: www.svplace.com/index2.html (jus