문제

What is considered an empty SharePoint list item when doing if else condition via JavaScript? "", null, or something else?

올바른 솔루션이 없습니다

다른 팁

I just did an alert to show what the empty list item was showing. It showed null. SO I i changed it to

if (whatever("whatever")==="" || whatever("whatever")=null)...

it now shows what I want to show.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top