首页 > 网站 > WEB开发 > 正文

jquery学习心得:一个很好的css和js函数调用的例子

2024-04-27 14:17:01
字体:
来源:转载
供稿:网友

jquery学习心得:一个很好的CSS和js函数调用的例子

统一目录下的资源结构图:

<html><head><linkrel="stylesheet"href="gallery.css"type="text/css"media="screen"charset="utf-8"/><scripttype="text/javascript"src="script.js"></script></head><body><divid="container"><divid="header"><h1>StarTrackr!</h1></div><divid="content"><h2>AroundTownLastNight</h2><divid="AjaxInPRogress"></div><divid="photos"><fieldsetid="photoDetails"><legend>PhotoTagging</legend><formid="details"><pid="status"></p><p><labelfor="name">Name:</label><br/><inputtype="text"class="textField"name="name"id="name"/></p><p><labelfor="tags">Tags:</label><br/><inputtype="text"class="textField"name="tags"id="tags"/></p><p><inputtype="hidden"name="id"id="id"><inputtype="button"value="update"id="update"/></p></form><divid="gallery"></div></fieldset></div></div></div></body></html>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表