<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<style>
#wjr {
color: purple;
}
#wjr2 {
color: cyan;
}
//div {
//color: yellow;
//}
.abchey,
.heyfdg,
.hey {
color: red;
}
.cat {
color: green;
}
.category {
color: red
;
}
}
</style>
<div class="cat category category1">1 should be blue</div>
<!-- <div class="hey hey cat">2 should be red</div>
<div class="abc hey fdg">3 should be black</div>
<div class="abc hey">4 should be black</div>
<div class="abchey fdg">5 should be red</div>
<div class="abc heyfdg">6 should be red</div>
<div class="cat">7 should be black</div>
<div class="category cat">8 should be blue</div>
<div class="cat category">9 should be blue</div>
<div class="cat cat category">10 should be blue</div>
<div id="wjr" class="category">11 should be purple</div>
<div id="wjr2">wjr2 should be cyan<div style=color:red;margin-left:20px;>this inline style should be red and have a 20px left margin</div>
<div id="wjr" class="category">12 should be purple</div>
</div> -->
Output
This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account
Dismiss xKeyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |