hide list item via javascript
I am trying to hide a listitem via javascript on page load using
Appery("ml_shop").hide();
I have also tried
Appery("ml_shop").css('display','none');
In both cases the listitem text is hidden but the listitem still displays as a thin bar with the right arrow icon
What am I missing?
Regards
Steve