You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29083626-css-stylesheet-support?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
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();
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.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29083626-css-stylesheet-support?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: