Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Find and replace html text

$
0
0

I need replace some text in several descendants elements of rXefsList div for to translate my website.

 

I try with jQuery find() Method but this doesn't works for html text:

sym.$("rXefsList").find("JULIOL").html("JULY");


or

sym.$("rXefsList").find("div").map( function(){

    if (this.html()=="JULIOL"){ this.html("JULY"); }});

 

If I view source code, this is the content line:

<div id="Stage_sb1309m" class="edgeLoad-EDGE-67786006">JULIOL</div>

 

What method I need to use for this purpose?

 

Thanks.


Viewing all articles
Browse latest Browse all 9897

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>