This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
autumn
The AJAX framework extras like the request progress bar and the loading indicator (data-attach-loading) are nice and work well when using the data attributes API. However, as soon as I'm using the javascript API for more control, I can't get them to work. Is this intended? How do I use those features with the javascript API instead of the data attributes API?
wizart
I think you are doing $.request('onSomeAction', ... Try $('form').request('onSomeAction', ... instead
1-2 of 2