Intercooler.js – Simple AJAX Using HTML Attributes
intercoolerjs.org
Intercooler.js – Simple AJAX Using HTML Attributes
1–10 of 53 posts
Re: Intercooler.js – Simple AJAX Using HTML Attributes
#2Re: Intercooler.js – Simple AJAX Using HTML Attributes
#3Is it just me or "Live Demo" actually doesn't send any AJAX requests?
Re: Intercooler.js – Simple AJAX Using HTML Attributes
#4Is it just me or "Live Demo" actually doesn't send any AJAX requests?
I've used pjax with Laravel before, and it's trivial. Kinda does the same thing.
There is a Laracasts video explaining it here: https://laracasts.com/lessons/faster-page-loads-with-pjax
Demo page here: https://pjax.herokuapp.com/
Re: Intercooler.js – Simple AJAX Using HTML Attributes
#5Is it just me or "Live Demo" actually doesn't send any AJAX requests?
Re: Intercooler.js – Simple AJAX Using HTML Attributes
#6Re: Intercooler.js – Simple AJAX Using HTML Attributes
#7Re: Intercooler.js – Simple AJAX Using HTML Attributes
#8Back when I used PHP 5-6 years ago, I would use an "AJAX" helper built into the CakePHP MVC framework which would generate JavaScript for really basic AJAX requests. It was great for rapid prototyping and even production for admin panels and such. It's cool to see a similar, client-sided, framework-agnostic library like this with similar functionality.