子墨苑

每天学习一点点。

导航

2011年9月8日 #

Tapestry5 Setup with HTML5 and jQuery

摘要: Partly learning from past experiences, but mainly because of future requirements regarding mobile development, I am looking to create a Tapestry5 project setup that uses jQuery instead of Prototype and can output HTML5.Make Tapestry5 accept HTML5 DoctypeTapestry5 uses a Parser to validate the correc 阅读全文

posted @ 2011-09-08 22:30 子墨苑 阅读(570) 评论(0) 推荐(0)

JQuery Alert

摘要: 今天写了第一个JQuery程序,发现就跑步起来,很奇怪,查看后也正确的引入了JQuery包,不知道是为什么,最后终于发现问题,奇怪的很。错误的代码: 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2: "http://www.w3.org/TR/html4/loose.dtd"> 3: <html> 4: <head> 5: <title>My First JQuery example</title> 6: & 阅读全文

posted @ 2011-09-08 22:24 子墨苑 阅读(384) 评论(0) 推荐(0)