Hi I am trying to find a function that return a Boolean if the controller in argument is initialized for exemple.
- if(!initiatilze(MyController)){
- $("#followersList").followers({
- });
- }else{
- Do something else...
- }
Is anyone knows a function like this ?
Thanks