aja.js icon indicating copy to clipboard operation
aja.js copied to clipboard

CSS stylesheet support?

Open chrislowles opened this issue 10 years ago • 4 comments

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).

chrislowles avatar Dec 13 '15 11:12 chrislowles

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();

krampstudio avatar Dec 14 '15 09:12 krampstudio

Yes.

chrislowles avatar Dec 15 '15 05:12 chrislowles

Any updates?

chrislowles avatar Aug 12 '16 13:08 chrislowles

This is on the list.

krampstudio avatar Aug 12 '16 13:08 krampstudio