为什么我的简单html css / jquery代码没有运行

编程入门 行业动态 更新时间:2024-10-16 16:17:34
本文介绍了为什么我的简单html css / jquery代码没有运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

<!doctype html) <html> <head> <title>Jquery Form Demo</title> <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"></link> <link href="css/demoproject.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="site-js/jquery.js"></script> <script type="text/javascript" src="site-js/jquery-ui.min.js"></script> <script type="text/javascript" src="site-js/jqueryForm.js"></script> <script type="text/javascript" src="site-js/dialogValidation.js"></script> </head> <body> <br> This is a jqeury dialo3g example: <br> <div id="jqueryDialogBox" title="Basic Dialog"> <div id="errorZone"></div> <table> <tr> <td><label>Name:</label></td><td><input type="text" id="name"/></td> </tr> <tr> <td><label>Date of birth</label></td><td><input type="text" id="dob"/></td> </tr> </table> </div> </body> </html>

我看到这样的东西 [IMG] i62.tinypic/ru729d.jpg [/ IMG] [ ^ ] 现在意味着,css文件不是找到我的代码。我有双重检查和css文件在那里。我也检查了,我正在打开正确的页面。 还能做些什么呢? i57.tinypic/315flt3.jpg [ ^ ] 这里是jquery代码 [ IMG] i61.tinypic/2hwsw4.jpg [/ IMG] 这里是来自开发者控制台的消息 [IMG] i60.tinypic/ws7m6f.jpg [/ IMG]

I see something like this [IMG]i62.tinypic/ru729d.jpg[/IMG] [^] now it means, css file isnt located by my code. I have double checked and css file is there. I also checked and i am opening correct page. what else can make this happen? i57.tinypic/315flt3.jpg[^] here's jquery code [IMG]i61.tinypic/2hwsw4.jpg[/IMG] here's the messages from developer console [IMG]i60.tinypic/ws7m6f.jpg[/IMG]

推荐答案

replace - replace - Quote:

<!doctype html)

<!doctype html)

with

with

引用:

<!doctype html>

<!doctype html>

更多推荐

为什么我的简单html css / jquery代码没有运行

本文发布于:2023-10-27 10:55:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1533162.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:代码   简单   css   html   jquery

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!