javascript - Why aren't $.put() and $.delete() native in jQuery? -
we having discussion internally here @ work jquery having built-in support $.get() , $.post(), not $.put() , $.delete().
some think keep js library size smaller. others think not feature asked for, left plugin developers make.
what thoughts community?
where stop? $.options()
? $.copy()
? $.mkactivity()
?
there many potential http verbs bother create convenience method each. webapps haven't bothered put
, delete
in past, they're not used often. gain convenience method pretty small; there's not problem using $.ajax()
.
Comments
Post a Comment