dimanche 17 janvier 2021

How to use Tag to show children View on top of parent in Laravel blade?

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.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3ijpPJg
via IFTTT

Aucun commentaire:

Enregistrer un commentaire