Title: multiline feature js bugfix
Last modified: August 21, 2016

---

# multiline feature js bugfix

 *  [eggproject](https://wordpress.org/support/users/eggproject/)
 * (@eggproject)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/multiline-feature-js-bugfix/)
 * Hello!
 * Sry i little speak english …
    [http://webshopmedia.hu/arak-es-csomagok](http://webshopmedia.hu/arak-es-csomagok)
 * i create list repair js ….
 * my code:
 *     ```
       jQuery(document).ready(function()
       {
       	var cnt = 0;
       	var liHeights = new Array();
       	jQuery(".pricing-table > .col1:first .feature-content > ul > li").each(function()
       	{
       		liHeights[cnt++] = parseInt(jQuery(this).height());
       	});
   
       	jQuery(".pricing-table .col1 .price-content > ul").each(function()
       	{
       			var ccnt = 0;
       			jQuery("li",this).each(function()
       			{
       				if(parseInt(jQuery(this).height()) != liHeights[ccnt])
       				{
       					jQuery(this).height(liHeights[ccnt]);
       				}
       				ccnt++;
       			});
       	});
         	jQuery(".pricing-table .col1 .selectePrice-content > ul").each(function()
       	{
       			var ccnt = 0;
       			jQuery("li",this).each(function()
       			{
       				if(parseInt(jQuery(this).height()) != liHeights[ccnt])
       				{
       					jQuery(this).height(liHeights[ccnt]);
       				}
       				ccnt++;
       			});
       	});
   
       });
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 * [http://wordpress.org/extend/plugins/pricing-table/](http://wordpress.org/extend/plugins/pricing-table/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [efialtisgr](https://wordpress.org/support/users/efialtisgr/)
 * (@efialtisgr)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/multiline-feature-js-bugfix/#post-3801311)
 * can you post the code again please ?
 *  [ackweb](https://wordpress.org/support/users/ackweb/)
 * (@ackweb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/multiline-feature-js-bugfix/#post-3801313)
 * Here’s some code but im not going to tell you how to use it or anything. Kind
   of upset, I paid money for this plugin, premium plugin should work and have better
   support!
 * How about telling us what to do with this code?
 *  Thread Starter [eggproject](https://wordpress.org/support/users/eggproject/)
 * (@eggproject)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/multiline-feature-js-bugfix/#post-3801314)
 * Hello!
 * I little speak english
 * 1. I did not make the plugin
    2. my bugfix just insert in <head> …..wp_head()
   after ! <script type=”text/javasctipt”>MYBUGFIX</script> …….

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘multiline feature js bugfix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pricing-table_ebf1e7.svg)
 * [Pricing Table](https://wordpress.org/plugins/pricing-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pricing-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pricing-table/)
 * [Active Topics](https://wordpress.org/support/plugin/pricing-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pricing-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pricing-table/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [eggproject](https://wordpress.org/support/users/eggproject/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/multiline-feature-js-bugfix/#post-3801314)
 * Status: not resolved