Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

fix:The parameters of the Ajax callback function should be optional.#86

Open
linyongkangm wants to merge 1 commit intomarudor:masterfrom
linyongkangm:fix/ajax-setting
Open

fix:The parameters of the Ajax callback function should be optional.#86
linyongkangm wants to merge 1 commit intomarudor:masterfrom
linyongkangm:fix/ajax-setting

Conversation

@linyongkangm
Copy link
Copy Markdown

I only need 'data'.

$.ajax({
    success:function(data){
        doSometing(data);
    }
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant