Turns standard Bootstrap alerts into "Growl-like" notifications. http://bootstrap-notify.remabledesigns.com/
$.growl
syntax, and now that I've moved it to the newer $.notify
function name, and in either case, I get an error telling me that "$.notify is not defined." I can put a breakpoint in developer tools in the bootstrap-notify code that is indeed loaded. However, I never hit the line that defines the $.notify
function. Does anyone have any pointers they could give me to sort this out?
$.notify
never hit, the breakpoints in the top half of that same file DID hit. So the code is definitely being run, but the bottom function starting out like this: (function ($) { ...
does not get invoked. Let me try what you suggested real quick