Page 2 of 2

When reading option from select i get %E2%80%8B before the select text

Posted: Wed Oct 09, 2013 8:35 pm
by Ram

ver: 24.0


When reading option from select i get %E2%80%8B before the select text

Posted: Wed Oct 09, 2013 8:42 pm
by Kateryna Grynko

Ram,

Thank you, we'll check.


When reading option from select i get %E2%80%8B before the select text

Posted: Wed Oct 09, 2013 8:44 pm
by Ram

thx much!


When reading option from select i get %E2%80%8B before the select text

Posted: Thu Oct 10, 2013 12:27 am
by Igor

Hello Ram,

Does your Firefox can play local .mp3?


When reading option from select i get %E2%80%8B before the select text

Posted: Thu Oct 10, 2013 7:29 am
by Ram

yes it does, same link once remove the %E2%80%8B from it then the mp3 play without any problems.


When reading option from select i get %E2%80%8B before the select text

Posted: Thu Oct 10, 2013 9:04 am
by Maryna Brodina

Hello! Looks like it's ZERO WIDTH SPACE. Try the following code prevar x = Appery("select_voice").find("option:selected").text().replace("\u200B", "");/pre instead prevar x = Appery("select_voice").find("option:selected").text().replace(/[\n\r]/gi, "").trim();/preOne more thing - to prevent these symbols appear instead this line predropDown.append('​' + newData + '');/pre try
predropDown.append("" + newData + "");/preAlso this code should be on page Show event instead select Value change
pre$("#" + Appery("select_voice_female").attr("id") +"-listbox-popup").find("div.ui-header").remove();
$("#" + Appery("select_voice").attr("id") +"-listbox-popup").find("div.ui-header").remove();/pre


When reading option from select i get %E2%80%8B before the select text

Posted: Thu Oct 10, 2013 3:13 pm
by Ram

AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!! AWESOME!!!!

Image