realops.js 153 Bytes Edit Raw Blame History 1 2 3 4 5 jQuery(document).ready(function($) { $("#realops-flight-schedule tr").click(function() { window.document.location = $(this).data("url"); }); });