but to no avail. No errors in firebug, but no notification fired. The plugin works a treat when called from the parent frame itself as:
$.jnotify( 'Your changes have been recorded', { fadeSpeed: 2500 } );
I haven't worked with frames since well before I started using jQuery, so really not familiar with how to properly traverse them, or fire the plugin on the main frame from within a child iframe.
Any assistance would be appreciated.
Thanks!