User bio
404 bio not found
Member since Feb 8, 2017
Posts:
Replies:
As an addition, when you run into the code, which has a simple comment, and inside the comment there is > or < - that code would most likely not even compile and this same trick would work there as well.
Thank you yes, I thought the process is done, once I disconnect the VPN and terminal says Inactive, but I figured out that if I reconnect my VPN, go to studio - the process is still there, so once I terminate it - TROLLBACK works fine.
Thank you
Certifications & Credly badges:
Alex has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Alex has no followers yet.
Following:
Alex has not followed anybody yet.
The solution was adding .trim() to the end, so: FruitSelected=$('[name='Nameoftheradiobuttonhere]:checked').parent().text().trim(); Then everything works as it should. It appears that there was some char, which would not allow the true/false to work properly, while displaying correctly in alerts and trim() takes them all out. Thank you Tim!