Personal tools

Browse JASPAR motifs: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 2: Line 2:
<style type="text/css" title="currentStyle">
<style type="text/css" title="currentStyle">
@import "/5/sstar/rb_js/html5button/datatables.css";
@import "/5/sstar/rb_js/html5button/datatables.css";
@import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css";
td.bgwhite { background-color: white};
td.bgwhite { background-color: white};
</style>
</style>
<script type="text/javascript" src="/5/sstar/rb_js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/TableTools.js"></script>
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function() {
$(document).ready(function() {
Line 24: Line 22:
{ title: "JASPAR ID" },
{ title: "JASPAR ID" },
             { title: "Logo" ,
             { title: "Logo" ,
              render: function ( data, type, row, meta ) {
return "<img src=\"/5/sstar/seqlogo/jaspar/" +  $(row[0]).text() + ".png\" style=\"width:80px;height:20px;border:1px solid lightgrey\">";
              },
               orderable: false,
               orderable: false,
             },
             },

Revision as of 18:15, 21 May 2019