Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Ajax article posts Re: Ajax article posts

#122786
chrisburton
Participant

What if I wrapped the content I need to load within a div `.ajax`

e.g.

some content

some content

some content

From there, I just call to `.load()` the children of .ajax or perhaps .ajax altogether on a click event.

I’m not sure if this will work. I’ve never worked with Ajax from scratch before.