Skip to content

Releases: everlutionsk/AjaxCom

v1.6.2

27 Sep 05:35
Compare
Choose a tag to compare
fixed materialize autoremove (#42)

v1.6.1

07 Jun 14:05
Compare
Choose a tag to compare
Add replace function (#41)

Function replaceWith change also display property and sometimes
we need keeps original.

Append form data to URL when send by GET

09 May 08:20
Compare
Choose a tag to compare
Feature 39 method GET (#40)

* #39 form GET use serialized data array

* #39 GET method

FormData

22 Mar 09:02
Compare
Choose a tag to compare
replace form serialization with FormData (#38)

* replace form serialization with FormData

This change was implemented because modern secure browsers prepend file name with `C:\fakedata\`.
Using FormData with `processData: false` and `contentType: false` resolves this issue.

- all major modern browsers supports FormData (https://developer.mozilla.org/en/docs/Web/API/FormData)
- not sure how will behave older browsers, probably it would be nice to keep old function when FormData is not supported

* replace push with append

materialize

02 Feb 13:23
Compare
Choose a tag to compare
Merge pull request #37 from everlutionsk/ivanbarlog-patch-1

Update composer.json

Support for JS callbacks with namespace

09 Dec 09:47
Compare
Choose a tag to compare
Merge pull request #35 from everlutionsk/callback-namespace

add support for callback within custom namespaces

Submit button name sent

17 Sep 10:24
Compare
Choose a tag to compare
v1.4.2

Composer

Composer update

09 Jun 10:08
Compare
Choose a tag to compare
v1.4.1

Composer update for tag 1.4

New Attributes added

09 Jun 10:07
Compare
Choose a tag to compare

Added attr option
Code cleanup

v1.3.1

12 Feb 13:17
Compare
Choose a tag to compare
v1.3.1