After lots of bug fixes, feature additions and testing, I think it is
stable.  The instructions/examples have been updated here:
http://www.web2pyslices.com/main/slices/take_slice/8

All applicable methods accept either a web2py HTML helper (must have
ID or name attribute) or a string (jQuery selector) including the
JQuery class.  For example:

jq = JQuery # just for convenience
d = DIV("test",_id="test")
d2 = DIV("test2",_id="test2")
jq(d).html(d2)()
...produces...
jQuery("#test").html("<div id='test2'>test2</div>");

It's definitely more fun that writing javascript :)

On Sep 20, 12:47 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> very good work! Let us know when you consider it stable.
>
> On Sep 19, 1:14 pm, "mr.freeze" <nat...@freezable.com> wrote:
>
> > Hi folks,
>
> >     I just wanted to share a module that I'm working on for a
> > project.  It containstoolsfor managingclientevents and resources
> > from the server.  Here are the main features:
>
> > 1) Dynamic inclusion and downloading of resources (scripts/css).
> > 2) Server side event handling forclientside events.
> > 3) Dynamic execution of script from the controller. (through
> > document.ready injection)
> > 4) Helpers for google hosted ajax APIs.
>
> > You can see instructions and examples here:
>
> >http://www.web2pyslices.com/main/slices/take_slice/8
>
> > It's definitely a work in progress, but let me know what you think.
>
> > -Nathan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to