jquery - nyroModal Correct Use Of Options -
jquery - nyroModal Correct Use Of Options -
i'm new jquery , started trying nyromodal tonight. trying create simple popups. i'm working popup on page load @ moment. code i'm trying:
$.nmmanual('message.html', modal: true);
but doesn't work @ all. if take out , modal: true
works, can click rid of window. tried modal='true'
no avail.
the options nmmanual need within curly brackets {}
.
your code should like: $.nmmanual('message.html', {modal: true});
i've tested in jsfiddle modal: false
, seems work fine. setting true doesn't work guess restriction of jsfiddle: http://jsfiddle.net/yxeyn/
jquery nyromodal
Comments
Post a Comment