I know both .NET and PHP and as per my understanding EntityFramework in .NET is same thing as Laravel in PHP.
in .NET we have @using (Ajax.BeginForm
that renders forms same as {!! Form::open
in PHP.
@using (Ajax.BeginForm
does not refresh the whole page on form submit and I don't need to write JQuery to do this. So, basically it acts same as JQuery.ajax
Question: Is there any way to do Partial page refresh on form submit without writing JQuery in Laravel?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire