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

2007-05-05 Thread Paulo Gabriel Antunes
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 Portuguese? On May 5, 9:44 am, Paulo Gabriel Antunes [EMAIL PROTECTED] wrote: ok, you almost got what i wanted. i would

[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. the example you sent it pretty

[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 top of

[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-09 Thread Paulo Gabriel Antunes
hey! are you still there? could you help me please?

[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 can

[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