alfredobarron / smoke

Smoke form validation and components for Bootstrap
http://alfredobarron.github.io/smoke
GNU Lesser General Public License v3.0
387 stars 64 forks source link

Alert not working #89

Closed jsantari closed 9 years ago

jsantari commented 9 years ago

I'm trying to use the following and it doesn't work - it returns undefined and no alert is displayed? I'm using progress bar and that does work? Not sure what's wrong.

$.smkAlert({text:'Select a new Category"', type:'warning'});

adaniello commented 9 years ago

Please, send your full code or part, eg via codepen

jsantari commented 9 years ago

I've determined that the problem was a conflict with an off canvas plugin (jquery.offcanvas.js) I was trying to use on the page. Removed it due to another problem it was causing with the layout and the alert started working. Thanks.