Sha256: 835c3c0502d79d03f4027d525063c4f31d02ad7266adf6e1d43f60e89462c34f
Contents?: true
Size: 560 Bytes
Versions: 22
Compression:
Stored size: 560 Bytes
Contents
<script> $(document).ready(function(){ $('a#shelf_item_<%= item.id %>').qtip({ position: { my: 'bottom left', at: 'top center' }, content: 'shelf: <%= item.shelf.name %>', hide: { fixed: true } }); $('a#library_item_<%= item.id %>').qtip({ position: { my: 'bottom left', at: 'top center' }, content: 'library: <%= item.shelf.library.name %>', hide: { fixed: true } }); }); </script>
Version data entries
22 entries across 22 versions & 1 rubygems