Home › Forums › Other › Ajax article posts › Re: Ajax article posts
January 29, 2013 at 10:00 pm
#122786
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.