You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 ajax that call curl from 3 different website.
When first ajax finish, I will initialize jplist and next ajax will add to the list.
The problem is I need to add item to checkbox filter from next ajax that is after initialize, so its means dynamic filter item.
Right now the working filter is the filter that come from first ajax.
How to add filter from next ajax after initialize?
The reason why after first ajax i do initialize is because i dont want user to wait until all ajax complete, because it will take time.
Thanks.
The text was updated successfully, but these errors were encountered:
I have 3 ajax that call curl from 3 different website.
When first ajax finish, I will initialize jplist and next ajax will add to the list.
The problem is I need to add item to checkbox filter from next ajax that is after initialize, so its means dynamic filter item.
Right now the working filter is the filter that come from first ajax.
How to add filter from next ajax after initialize?
The reason why after first ajax i do initialize is because i dont want user to wait until all ajax complete, because it will take time.
Thanks.
The text was updated successfully, but these errors were encountered: