Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance committed Jul 15, 2014
1 parent 8975b90 commit 1c1669c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,17 @@ private HttpServletRequest getRequest() {
return requestAttributes.getRequest();
}
----
==== Add Holder一个可以生成简单图像的前端JavaScript库
[source,java,indent=0]
==== Holder一个可以生成简单图像的前端JavaScript库
[source,javascript,indent=0]
----
<img src="holder.js/200x300/sky">
demo: http://localhost:8080/user/home/holder
----
==== jQuery.tmpl模板方法的应用
[source,javascript,indent=0]
----
基本语法: jQuery.tmpl( template [, data] [, options] )
demo: http://localhost:8080/user/home/holder
----

0 comments on commit 1c1669c

Please sign in to comment.