skip to Main Content

Display controller variable on a Laravel blade using jQuery

In my laravel app, I have a div on a blade to display total number of daily orders. <div class="row mt-3" id="shopify_row1"> <div class="col-md-2" id="shopify_widget1"> <div class="jumbotron bg-dark text-white"> <img class="img-fluid pull-left" src="https://cdn0.iconfinder.com/data/icons/social-media-2092/100/social-35-512.png" width="32" height="32"> <h6 class="text-secondary mt-2 px-4">Shopify</h6> <hr…

VIEW QUESTION

How to add style to the matching string of text? – Jquery

I have got the list of elements like this: <p style="text-align: center;"> <b>List textlink</b> <a class="link link--external has-favicon" href="#abc.com/abc" target="_blank" rel="noopener">ANONFILE</a> - <a class="link link--external has-favicon" href="#abc.com/xyz" target="_blank" rel="noopener">GOFILE</a> - <a class="link link--external has-favicon" href="#abc.com/123" target="_blank" rel="noopener">MEGA</a> </p> Textlink is:…

VIEW QUESTION
Back To Top
Search