Hi,
I am want to replace " from page with " double quote after page load finish using javascript or jquery.
Any Idea?
-Thanks
Hi,
I am want to replace " from page with " double quote after page load finish using javascript or jquery.
Any Idea?
-Thanks
Can you show us the HTML code you currently have for this?
var img_array=["https:\/\/domain.com\/\/instance\/img\/st\/sfk_3.png","https:\/\/domain.com\/\/instance\/img\/st\/sfk_2.jpg","https:\/\/domain.com\/\/instance\/img\/st\/sfk_1.png"];
var img_array2=["https:\/\/domain.com\/instance","https:\/\/domain.com\/instance","https:\/\/domain.com\/instance"];
I need it like below
var img_array=["https:\/\/domain.com\/\/instance\/img\/st\/sfk_3.png","https:\/\/domain.com\/\/instance\/img\/st\/sfk_2.jpg","https:\/\/domain.com\/\/instance\/img\/st\/sfk_1.png"];
var img_array2=["https:\/\/domain.com\/instance","https:\/\/domain.com\/instance","https:\/\/domain.com\/instance"];
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.