Hello Bubbler’s,
My issue is, i’m getting the text in digit format. There is 7 char in text for each day of the week from Mon-Sun. If first digit is 1 then i have to show the day.
ex: 1010110
Mon, Wed, Fri, Sat
Like this i want to parse it. But i want to do it fortext eleemnt which is inside RG.
I tried putting id attribute to the text and access it in javascript.
Right now i’m just trying to print that value using alert. I think i have to do parsing of text and then check whether it is 1 or 0 and accordingly print the text.
Can someone help me with this?
Thank you
somehow it is now working.