Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS stylesheet support? #20

Open
chrishazfun opened this issue Dec 13, 2015 · 4 comments
Open

CSS stylesheet support? #20

chrishazfun opened this issue Dec 13, 2015 · 4 comments
Assignees
Milestone

Comments

@chrishazfun
Copy link

chrishazfun commented Dec 13, 2015

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).
@krampstudio
Copy link
Owner

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

@chrishazfun
Copy link
Author

Yes.

@krampstudio krampstudio added this to the 1.0.0 milestone Feb 28, 2016
@krampstudio krampstudio self-assigned this Feb 28, 2016
@chrishazfun
Copy link
Author

Any updates?

@krampstudio
Copy link
Owner

This is on the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants