UNPKG

ripple-core

Version:

Ripple is an interactive audience response system that allows presenters to survey audience members in real time communication through their mobile devices.

6 lines (5 loc) 168 B
$(function(){ $('#sets').on('click keypress', '.session-start', function(e){ if( isKeypressEnter(e) ) GLOBALS.openSessionWindow( $(this).prop('href'), e ); }); });