// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
/*$(function () {  
	$('#wrapper thead th a, #wrapper .pagination a').live('click', function () {
		$('#wrapper .spinner').show();  
      	$.getScript(this.href);
      	history.pushState(null, document.title, this.href);
      	e.preventDefault();
  	});

	// Search form.  
  	$('#search').submit(function () {  
		$('#wrapper .spinner').show();
		if ($.queryString(this.href).search) $.setFragment({ search: $.queryString(this.href).search});
    	$.get(this.action, $(this).serialize(), null, 'script');
		$('#search input:text').val('');
    	return false;  
  	});

    $(window).bind("popstate", function() {
      $.getScript(location.href);
    });


})

*/
