Sha256: 924f1e591e35d3f61f81156818eeb4f31b49b52233b4caa342aa082f68070f9a
Contents?: true
Size: 378 Bytes
Versions: 77
Compression:
Stored size: 378 Bytes
Contents
var $initiatives = $('#initiatives'); var $initiativesCount = $('#initiatives-count'); var $orderFilterInput = $('.order_filter'); $initiatives.html('<%= j(render partial: "initiatives") %>'); $initiativesCount.html('<%= j(render partial: "count") %>'); $orderFilterInput.val('<%= order %>'); var $dropdownMenu = $('.dropdown.menu', $initiatives); $dropdownMenu.foundation();
Version data entries
77 entries across 77 versions & 2 rubygems