Home>> JQuery >>How to Plugins Jquery?
<html>
<head>
<title>The jQuery Example</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="jquery.plug-in.js" type="text/javascript"></script>
<script src="custom.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function() {
.......your custom code.....
});
</script>
</head>
<body>
.............................
</body>
</html>
![]()
Hello! I'm Krishan Kumar Singh author, .NET Framework and have more than 6+ years of hand over Microsoft .NET technologies.
|