You are viewing limited content. For full access, please sign in.

Question

Question

Multilingual Pagination Labels

asked on March 7, 2017

I have a form with a language selection radio button.  I'm changing the Field Names labels using JS

eg: $('#q261 .cf-label').text("Label Name");

 

I also need to change is the Page Name value.

Does anyone have a suggestion to change those Pagination Names using JS

Below are the elements displayed.

<div class="cf-pagination">

<ul class =cf-pagination-tabs">

<li page="q241 class="active">

<a href="javascript:void(0)"> Requestor Information</a>

</li)

<li page.........

 

 

Support Lang.png
Support Lang.png (76.65 KB)
0 0

Answer

SELECTED ANSWER
replied on March 8, 2017

Try script like this:

$('.cf-pagination-tabs li[page=q241] a').text('New page');

 

0 0

Replies

replied on March 14, 2017

Rui,

 

Many thanks, that it!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.