[
https://issues.apache.org/jira/browse/CLK-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839637#action_12839637
]
Bob Schellink commented on CLK-631:
-----------------------------------
@Andre: care to elaborate on why ClickClick is too complex? The basic idea of
CC is to use Ajax enabled controls so you don't have to write Ajax code
yourself. For example:
http://clickclick-jquery.appspot.com/ajax/text-demo.htm
http://code.google.com/p/clickclick/source/browse/trunk/clickclick/jquery-examples/src/net/sf/clickclick/examples/jquery/page/ajax/TextDemo.java
Wrt to the ajax-select demo, isn't it a case of replacing the prototype client
side code with jQuery code? Nothing has to change on the server. jQuery has
plenty of examples to get you going:
http://api.jquery.com/jQuery.get/
kind regards
bob
> Ajax-Select demo with jQuery instead of Prototype
> -------------------------------------------------
>
> Key: CLK-631
> URL: https://issues.apache.org/jira/browse/CLK-631
> Project: Click
> Issue Type: Improvement
> Components: examples
> Reporter: Joseph Schmidt
>
> Please make the click-examples/ajax-select demo:
> http://avoka.com/click-examples/ajax/ajax-select.htm
> to use jQuery instead of Prototype, the same way it's done with the Accordion
> example:
> http://avoka.com/click-examples/ajax/ajax-accordion.htm
> jQuery seems to have a much more simple and short syntax and there seems to
> be way more books for jQuery than for Prototype, so for new users it would be
> easier to reuse a jQuery example than the actual Prototype one, and get
> started with Click.
> Thank you,
> Joseph.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.