I'm having trouble with this code:
Nothing is happening. Are events not meant to call functions in this manner?PHP Code:jQuery(document).ready(function() {
jQuery('#s').keyup(get_search_results);
});
function get_search_results() {
alert( 'test' );
}



Reply With Quote

.

Bookmarks