How Can I Call BAWMRP Late on Ajax-Loaded Posts
-
Site: theshelterblog.com
I’m setting up a function where, on blog posts on index, archive, or search pages (where multiple excerpted posts are shown), so that when you click on the zoom icon at the upper left of an article, the full article loads into a zoomed area on the same page.
I’ve got it generally working: loading .entry-content and #comments.
Because I’m using jQuery.get(), I am loading the content form the full post without the JavaScript overhead that .load or .ajax would allow, and running the few JavaScripts that I want on the imported data by separate calls.
What I would like to do is to load the .bawmrp-manual content below the newly imported #comments element. I figure that I could do it with a $.getScript function, but I’m not sure what script file to load and what function to call.
Does this make sense, and can you direct me to right file and function call?
- The topic ‘How Can I Call BAWMRP Late on Ajax-Loaded Posts’ is closed to new replies.