aja.js
aja.js copied to clipboard
CSS stylesheet support?
I've been watching this project for a while and I was wondering, is Aja.js planning on having CSS Stylesheet support? As in being able to load stylesheets while having the API backing it up.
Do you mean having something similar to the script loading but for the link tag ?
aja()
.url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" ')
.type('link')
.on('success', function(){
console.log('there is new styles');
})
.on('error', function(){
console.log('oops');
})
.go();
Yes.
Any updates?
This is on the list.