Code

Discussion on jQuery Message Box

Discussion on jQuery Message Box

By
Cart 50 sales

pateltn supports this item

Supported

This author's response time can be up to 10 business days.

3 comments found.

hi, it is responsive ?

This script is pretty damn good, lots of configurable options for all your needs. Love the fact you can put in a callback script on the ok button itself on alert_msg.

My only grumble would be the documentation, while rich in content is not that easy to understand. Took me a while to figure out how it get it working properly. But now I have, I’m rolling!

Sorry for trouble, I will try to update documentation

and thank you for purchase it, If you like it then you can rate it as per its quality :)

How do I get the event to load on page load?

Thanks!

I dont really understand what you’re telling me to do?

$(document).ready(function() {
  $(’.alert_warning’).TnControl(‘alert_msg’, {
    ‘event_name’ : ‘click’
  });
});
by use of this code you can get alert box on click event.
now replace this code with below code then you get alert box on page load.
$(document).ready(function() {
  $(’.alert_warning’).TnControl(‘alert_msg’, {
    ‘event_name’ : ‘click’
  });
  $(’.alert_warning’).trigger(‘click’);
});

just use jquery trigger api
for more detail you can visit this page.
http://api.jquery.com/trigger/
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey