Forums

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

Home Forums JavaScript integrate jQuery BBQ into this AJAX Reply To: integrate jQuery BBQ into this AJAX

#158054
Anonymous
Inactive

No. although i’m not even sure if that AJAX is very efficient. My objective is to have the ability to send users to a specific page in the content-container where the AJAX loads the pages using url. I was thinking of trying out history API but its not compatible with many browsers. I want to try out jQuery BBQ but have no idea how to use it. And the documentation is hard for me to understand as i just started learning jQuery. I don’t know if this will help much but i created this pen to show what i’m currently working with http://codepen.io/Jarolin/pen/Lrtcp. When i click a nav link the external html page will load within the content-container div. it wont work there but its just to see if it will help.