Code

Discussion on jQuery MsgBox

Discussion on jQuery MsgBox

Cart 1,634 sales

aeroalquimia does not currently provide support for this item.

196 comments found.

Hi aeroalquimia,

You did great job with this. Great UI and simple integration.

But i have a request from you (if possible): Listbox (Text and password areas are already in it).

So users can select a value from the list. Also if you want, you can add checkboxes and radio buttons ;)

Thank you, Xang.

is this thing cookie based? if you have accept it ones that it not appaer again?

It is easy to do that. Just contact me after you buy the script, using the Contact Form in my profile page.

thanks, I’ll give it a try.

One more thing for you please. I’m trying to run this on a Wordpress site. Can you give me any advice as to where to put the batch of files on my server?

And also do you think I leave out the jquery.min.js call and just have the code us the jquery.js (56k) that’s already loading?

Thank you.

Newbie question for you. I don’t see any examples on your example page dealing with how to link the code to either text or an image.

Can you please show me an example code to use this when clicking an image?

Thanks.

Example 1:
<a href="#" onclick="$.msgbox(\"EXAMPLE 1\"); return false;">Example 1</a>

Example 2:

<a href="#" onclick="$.msgbox(\"EXAMPLE 2\"); return false;"><img src="http://s3.envato.com/files/274198.jpg" /></a>
Example 3:
<a href="#" id="example3">Example 3</a>

<script type="text/javascript">
  $('#example3').click(function(event) {
    $.msgbox("EXAMPLE 3");
    event.preventDefault();
  });
</script>

Nice work !!!!!!!!!!!!!!!!!!! I buy IT!!!!

This is a really cool item, but you fix the style of the buttons for Safari. The preview pictures of each box look awesome, but when I open one of the boxes, the buttons are squished and it looks weird.

Hi Baylor,

This is how it looks in Safari:

Aah crap, this doesn’t work with imagebox. Any chance you have a workaround for this?

Yes, it works. Please, can you show me an example of error?

Thanks it works!

Hi,

I have buy your script, nice work. Can you please help me i have a issue with this script.

I put the script onclick on a href link and when i click the link it pop the msgbox but the yes button will be selected automaticly and it will go to the link so you see the box for 1 second and it desappear to redirect to the link. How I can fix this so that the redirection will be make only if the user click yes so the window will stay until a button is pressed.

Thanks

<a href="add.php?id=1" onclick="$.msgbox(\"Are you sure ?\", {type: \"confirm\",buttons : [{type: \"submit\", value: \"Yes\"},{type: \"submit\", value: \"No\"},{type: \"cancel\", value: \"Cancel\"}]}, function(result) { $(\"#result2\").text(result); });"></a>

Try something like this:

<a href="add.php?id=1" onclick="var mylink = this; $.msgbox('Are you sure ?', {type: 'confirm', buttons : [{type: 'submit', value: 'Yes'}, {type: 'submit', value: 'No'}, {type: 'cancel', value: 'Cancel'}]}, function(result) { if (result && result=='Yes') { window.location = mylink.href;  }}); return false;">TEST</a>

I was very impressed with the UI of the generator, so I’m gonna see if I can’t use this for something :)

one word…. WOW ! good work!

I really like this one, simple but effective. Will be purchasing down the road to aid in construction of my new CMS and project tracker I am working on.

Great file, I love the idea and the impressive UI. One recommendation though, that would be for example 5 and adv ex 1 submit when clicked enter.

Keep up the good work buddy!

Nice work, very nice UI :)

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