Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="https://code.jquery.com/jquery-2.1.4.js"></script><p id="feedback">
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<span>You've selected:</span> <span id="select-result">none</span>.
</p>
<table id="selectable">
    <thead>
        <th>Monday</th>
        <th>Tuesday</th>
        <th>Wednesday</th>
    </thead>
    <tr>
        <td class="monday">dfs</td>
        <td class="tuesday">dfs</td>
        <td>dfs</td>
    </tr>
    <tr>
        <td class="monday">dfs</td>
        <td class="tuesday">dfs</td>
        <td>dfs</td>
    </tr>
    <tr>
        <td class="monday">dfs</td>
        <td class="tuesday">dfs</td>
        <td>dfs</td>
    </tr>
</table>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers