Hi,
JavaScript is case-sensitive.
On you page, listitem name is "mobilelistitem_CustomerList", and in the JavaScript code you use:codeAppery('mobilelistitem_customerList').closest("li").hide();/code
Hi,
JavaScript is case-sensitive.
On you page, listitem name is "mobilelistitem_CustomerList", and in the JavaScript code you use:codeAppery('mobilelistitem_customerList').closest("li").hide();/code
Hello! If you want to hide entire list try:
preAppery('mobilelistitem_CustomerList').closest("ul").hide();/pre
Thanks. It worked.
Any information or pointer to where I can find the definition of mapping of array of array will be greatly appreciated.
I also need to know where to find the entry points to
do alternatives that you suggested:
1) Add elements/entries using JS on service success
2) Create Generic service and using JS create response you'll be able to map
Thanks.
[quote:]the definition of mapping of array[/quote] http://docs.appery.io/documentation/u...
[quote:]Add elements/entries using JS on service success [/quote] http://docs.appery.io/documentation/u...
[quote:]Create Generic service and using JS create response you'll be able to map[/quote] https://getsatisfaction.com/apperyio/...