Search code examples
jqueryjquery-pluginssimplemodal

How to disable overlay of jQuery simple modal popup plugin?


I am using plugin simple modal for showing popup in my site . I need to disable the overlay shown along with popup. is there any workaround ?Any help would be appreciated thanks


Solution

  • try -

    $('#simplemodal-overlay').hide();