Я использую leanModal http://leanmodal.finelysliced.com.au, чтобы инициировать его, чтобы открыть div, но без метода .click(). В основном я пытаюсь это сделать.
if(cartItems === 0){
$("#cartEmpty").leanModal(); // #cartEmpty is my div with the message that needs to be initiated.
} else {
$("#nextStep").leanModal(); // #nextStep is my div is the form
}
Любые идеи по этому поводу?