toggle menu

Get particular HTML tag value from Full HTML script

Dhananjay Kumar |03 Oct at 11:10

Hi,

I have sloved one of my issues with using below script:

      if ((jQuery('.looping-tag-parent').length)>0) {
            //code
            displaytxt='<h4>View Content</h4><ul class="dksimmlist">';
            jQuery( ".looping-tag-parent" ).each(function() {
                var title = jQuery(this).find('p.product_title').html();
                var price = jQuery(this).find('p.product_price').html();
               
                displaytxt += '<li><span>'+title+'</span>'+price+'</li>';
                //alert(title + price);
             });
            displaytxt += '</ul>';
           
        }

 

I have get the looping tag with full html and in full html script inside "P" tag thats class name "product_title" and getting value using find() function.

Try this, its help you lots.

 

 

 

  • 0 like
  • 0 comment

What is diffrence between AMP & Responsive Website?

Dhananjay Kumar |26 May at 12:05

Hello,

Anyone help me to clarify what the difference between AMP &  Responsive Website.

And also suggest how to force a redirect to open on mobile AMP version of the site.

Thanks in advance.

 

  • 1 like
  • 0 comment

Difference between Bootstrap 3 vs. Bootstrap 4

Gaurav Thakur |20 Mar at 01:03

Bootstrap 4 is the newest version of Bootstrap; with new components, faster stylesheet and more responsiveness.

Bootstrap 4 supports the latest, stable releases of all major browsers and platforms. However, Internet Explorer 9 and down is not supported.

  • 2 likes
  • 0 comment