<html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ // to hide the week cols initially <% @colwno.each do |s|%> $('td:nth-child(<%=s%>)').hide(); $('#try1 th:nth-child(<%=s%>)').hide(); <% end %> </script>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)