1
Answer

in my masterpage h have jquery but when i but anthor jquery libarary they could not work togther

hamad elmalik

hamad elmalik

12y
1.6k
1
in my masterpage h have jquery but when i but anther in my masterpage h have jquery but when i but anthor jquery libarary they could not work togther they could not work togther
Answers (1)
0
Manish Dwivedi

Manish Dwivedi

NA 8.3k 1.2m 16y
Hi Jignesh,
use this for doing that.
string str = "welcome";
string newString = str.Substring(1, str.Length - 1) + str.Substring(0, 1);