Search

just show me the code

Friday, May 15, 2009

jquery output

  184         <div id="output"></div>
 

  201     <script language="javascript">
  202         $(document).ready(function() { 
  203             $('.disclaimer').click(function() { 
  204                 $("#output").text($("#output").text() + "******* ");
  205             });
  206         });
  207     </script>

   41 </body>
   42 <script src="http://www.google.com/jsapi"></script>   
   43 <script type="text/javascript">   
   44     // Load jQuery 
   45     google.load("jquery", "1.3.2"); 
   46     //google.load("jqueryui", "1.7.1"); 
   47     //google.load("yui", "2.7.0"); 
   48     google.setOnLoadCallback(function() {  
   49         // Your code goes here.   
   50     });   
   51 </script> 
   52 <asp:ContentPlaceHolder ID="javascript" runat="server">
   53 </asp:ContentPlaceHolder>
   54 </html>

No comments:

Post a Comment

Contributors