jquery - Call jAlerts from Google -
i change alerts in website jalert of jquery. have been programming that. in website called jquery.min google , "migrate" jquery.com, couldn't call jquery.alerts.js google, have call 1 of servers don't want it. knows knows correct link?? think wrong in code?? bellow can find call's code:
<head> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <!-- llava de la página de jquery a...pues jquery jeje --> <script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.1.1.min.js"></script> <!-- migra para que las funciones viejas funcionen --> <script type="text/javascript">window.jquery || document.write('<script type="text/javascript" src="../scripts/jquery.alerts.js"><\/script>')</script> <script type="text/javascript" src="//sites.google.com/site/cssjavascrip/jquery/jquery.alerts.js"></script> <link href="/path/to/jquery.alerts.css" rel="stylesheet" type="text/css" media="screen" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>alertas</title> </head>
Comments
Post a Comment