Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. masterpage
  2. <script src="Scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
  3.  
  4.  
  5. actual page
  6. <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
  7. <script type="text/javascript">
  8.     $(function() { alert('hello world'); });
  9. </script>
  10.  
  11.     <table width="100%">
  12.         <tr>
  13.             <td>
  14.             </td>
  15.         </tr>
  16. </asp:Content>