Sha256: 002256f9d633d640a031b8de660ba83ff7e2ca74f653940d5be37af4447a777c
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. $(document).ready(function() { $('#push').click(function(e) { $.post($(this).attr('href'), $('#data').val()); e.preventDefault(); }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
extface-0.1.5 | app/assets/javascripts/extface/devices.js |