Re: There was an old thread about Ajax...
Re: There was an old thread about Ajax...
- Subject: Re: There was an old thread about Ajax...
- From: Paul Hoadley via Webobjects-dev <email@hidden>
- Date: Wed, 30 Oct 2019 10:58:15 +1030
Hi Jérémy,
On 29 Oct 2019, at 17:48, Jérémy DE ROYER via Webobjects-dev
<email@hidden> wrote:
> To deal with ajax-back-end-requests, we currently use :
> - AjaxModaDialog
> - AjaxUpdateContainer
> - AjaxUpdateLink
> - AjaxObserveField
> - AjaxSubmitButton
> - AjaxLongResponse
>
> How do you deal with Ajax ? Still use wonder with prototype ? Any new idea ?
We use a slightly different subset of components from Ajax.framework, probably
more like this:
* AjaxUpdateContainer
* AjaxUpdateLink
* AjaxSubmitButton
* AjaxFlickrBatchNavigation
* AjaxObserveField
We then use a bit of jQuery, and so always call jQuery.noConflict(). Some
projects require a workaround to play nicely with Bootstrap.
So we're using quite a limited subset of components, and no D2W, but we do mix
in jQuery and sometimes Bootstrap. I can't recall the last time we hit an issue
that couldn't be solved or worked around.
--
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden