mardi 5 avril 2016

How to pass the input type hidden values from view to the controller in laravel5

I'm having a data in my view such as

<input name="start" type="hidden" value="1" />
<input name="end" type="hidden" value="2" />

I need to pass this values to the controller when my page getting load.

How should I pass it to the controller.

Is there any way to send this values using jQuery!!!...

Someone help me..



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire