Как получить первые 4 буквы из строки с помощью jquery
Я пытаюсь получить первую 4-значную цифру из строки
но его показывают нуль
как же я здесь ошибся
Что я уже пробовал:
alert("Result " + n_result); //n_result val 1500.02154 lbtot1 = (n_result / 11) //lbtot1=136.36559454 alert(lbtot1); var str1 = (n_result / 11); // str1 val = 136.36559454 alert(str1 + " str1"); var resu1 = str1.substring(0, 4); alert(resu1); // here he did not alert any value //did't show value // here i want to check is 4th digit/letters/chr (136.) chr is "." or number