Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pjax

History.pushstate - Not Working?

I want to change html without reload. I do it like: $('#left_menu_item').click(function(e) … Read more History.pushstate - Not Working?

Bind Event To Dynamically Created Html Elements With Vanilla Javascript [no Jquery]

I need to attach an event to a dynamically created element. With jQuery I can archive this by using… Read more Bind Event To Dynamically Created Html Elements With Vanilla Javascript [no Jquery]