Sha256: 10692251685a18597a988128e8e296b18337585166c4afdd8498169d948ea97b
Contents?: true
Size: 350 Bytes
Versions: 5
Compression:
Stored size: 350 Bytes
Contents
= render "publish_my_data/sparql/formats_dropdowns/#{@sparql_query.query_type.to_s}" :javascript $(function() { var formatSelect = $('.api-links select.formats'); formatSelect.change(function() { var newVal = formatSelect.val(); $('.api-links code').text(newVal); }); formatSelect.change(); // trigger the change. });
Version data entries
5 entries across 5 versions & 1 rubygems