Attaching array values

I have a series of input boxe(3 groups of them) ,a heading above them(Price Visibility) an array(with 3 values in it) and I want to attach the values exactly after the heading.Example:

Price Visibilty

  • One array value

I tried myself something but click the cancel button to see what happens:fiddle

Hi
Please check this
I have updated the code
https://jsfiddle.net/8xttLgw9/26/

thanks for the code.
There is one slight problem I had not anticipate
I am trying to put the values in HTML and the HTML is not parsed and I do not know why.

Take a look at the fiddle to understand what I am talking about.

That is because of we need to wrap the selected element again using jquery. So then the element will be selected and after function will do its work.
I’ve updated the code.
Please check
https://jsfiddle.net/t1jcqznr/11/

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.