Bipolar slider | XM Community
Question

Bipolar slider

  • 31 May 2023
  • 2 replies
  • 263 views

Userlevel 2
Badge +3

Dear community 

I want to design my question like this. 

 

I already did what was described in this thread but it’s not doing anything… 

 

 

Is there someone who can help me out? This is what my Javascript looks like, I only need one bar. 

 

Thanks in advance!


2 replies

Userlevel 7
Badge +33

Try this instead: 

jQuery(".statement-container label").eq(0).after("<span style='float:right;'>right side text 1</span>");

I’m sure, you are not using simple layout. Because JS does not support in simple layout.

output:

 

Userlevel 7
Badge +27

@AnnaW  - You might be interested in the bpSliders function.

Leave a Reply