Thursday, October 4, 2012

Testing Jquery

1st time test jquery..there is result :


Mata bulat2 tgk coding through utube.. here the coding

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="jqueryexample.aspx.vb" Inherits="jqueryexample" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
 <link href="css/themes/ui-lightness/jquery.ui.all.css" rel="stylesheet" type="text/css" />
    <script src="js/jquery-1.8.2.min.js" type="text/javascript"></script>
    <script src="js/ui/jquery.ui.widget.js" type="text/javascript"></script>
    <script src="js/ui/jquery.ui.core.js" type="text/javascript"></script>
    <link href="css/demos.css" rel="stylesheet" type="text/css" />
    <script src="js/ui/jquery.ui.tabs.js" type="text/javascript"></script>

    <script language ="javascript" type="text/javascript">
        $(document).ready(function () {
            alert('jquery is reaady now');
        });
   </script>
</head>
<body>
 </body>
</html>



No comments:

Post a Comment