I am new to Laravel and I have been trying to display partial children view on top of parent view using hyperlink. But nothing happens when I click on my hyperlink. on the other hand it is working on normal button.
Here is the code that works without any problem on normal button.
<button type="button" id="close_register" title="" class='button-custom' data-container=".close_register_modal"
data-href="">
<!-- <strong><i class="fa fa-window-close fa-lg"></i></strong> -->
</button>
And here is the hyperlink based button code.
<a id="close_register" data-container=".close_register_modal"
data-href="" class='glowBtn'>Day Close
</a>
Any help would be highly appreciated Thanks in advance.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire