(no commit message)
[utils] / wicket / components / src / main / java / org / wamblee / wicket / jquery / JQueryHeaderContributor.java
index fb4cdf489d0d5c6c9d54bb242cb253bcf38d1d20..63f2f68a30a946089c591d181ec39c46283238da 100644 (file)
@@ -22,7 +22,10 @@ import org.apache.wicket.markup.html.IHeaderResponse;
 import org.apache.wicket.markup.html.JavascriptPackageResource;
 
 /**
- * JQuery bahavior which adds the jquery javascript.
+ * JQuery header contribution that adds the jquery javascript and sets jQuery to 
+ * no-conflict mode so the <code>$</code> identifier is freed. Also, it checks
+ * the current configuration and uses the development mode jQuery library when run in 
+ * developmemnt mode and used the minimalized jQuery code when running in deployment mode.
  * 
  * @author Erik Brakkee
  */