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.

i send you an email about include lihtbox evolution whit Etalage….check your mail :)

Hi Eduardo,

It seems that you are quite busy with your other projects but it would be nice to hear from you on our requests or questions.

cheers

José

Hi eduardo,

I found a solution to my checkbox issue, I’m doing the following in the callback function to know if it’s checked or not:

$(‘input:[name=remember]’).is(’:checked’)

Not sure this is the most elegant way to do it but it seems to work so far. anyway if you have a brilliant idea, let me know I’ll appreciate.

Muchas gracias

José

Hi,

I bought your script a while ago and it’s really worth it, thank you for the great job.

I have a quick question, I have created a msgbox with a checkbox and I couldn’t figured out how to get the “is checked” property in the callback function. it seems we can only have the value of the checkbox. Any idea ?

thanks

Hi, I was wondering if your script can load when you go to a page for the first time. But if you revisit the page again then it should not show. Please see example below.

http://www.pyramis.com/us/fixed-income.html Also by clicking on a button from the MsgBox get redirected to another page?

Thanks Sai

Hi, I was wondering if your script can load when you go to a page for the first time. But if you revisit the page again then it should not show. Please see example below.

http://www.pyramis.com/us/fixed-income.html

Also by clicking on a button from the MsgBox get redirected to another page?

Thanks Sai

Anyway of using textareas in this?

Hola Eduardo,

Tengo un pequeño problema, utilizo el código generado por “generator.html” y lo pegué en el “onclick” de un botón, pero cuando oprimo el botón “submit” la forma nunca se envía.

Este es mi código: <form name="frm_revokeAccess" class="generic_form" method="post" action="Profile_save.php" id="form"> <input name="hdn_id_user" value="<? echo $_POST['rbt_user'] ?>" type="hidden" /> <input class="button" value=">" type="button" onclick=" $.msgbox('¿R U Sure?', { type : 'confirm', buttons : [ {type: 'submit', value:'Yes'}, {type: 'cancel', value:'No'} ] });" /> </form>

De antemano muchas gracias,

Carlo

I cant use this msgbox with jquery Evolution for some reason? My website used the Jquery Evolution from that I bought from you but which ever I reference first in the html that’s the one that works. How can I get them both to work in one html file?

I would like to use msgbox for several things in a single app, each with its own style. I tried setting the name parameter, but it doesn’t seem to change the class name of the popup.

So, is there a way I can specify the class name each time I bring up the msgbox, so I can apply different styles to it?

It would also be nice if I could pass in an id to set.

Thanks, Kevin

is there a box timeout to auto close? Would be nice to have a splash screen .

Hola, estoy poniendo codigo HTML dentro del mensaje mostrado en el msgbox, dentro del mensaje hay un link.

<a href="./equis.php">aqui</a> Quisiera que al hacer click en el link se cerrara el msgbox, he visto en el codigo fuente que los botones al ser clickados llaman, por ejemplo a: this.close(false); ¿que codigo deberia poner en el onClick del vinculo? <a href="...." onclick="???????">aqui</a> intente esto pero no fuciona: miMsgBox = $.msgbox (..... <a href="..." onclick="miMsgBox.close(false)" ...

Gracias

$.MsgBoxObject.close(false);

Hi. Very nice this script :) I need to know if it’s possible to add listboxes or selected boxes, for example, a registration of new client, we’ll have the name field, the phone field, the password field and a select box to choose the country and another for the city. Can you please help me?

Just want to say.. Outstanding support!! New to jQuery, I had some problems creating what I wanted and desperation drove me to write a short note to aeroalquimia about it. He sorted me out, wrote to me how the code should look like – and it wasn’t even his script that faulted, it was my OTHER jQuery-stuff connecting to it.

Buy the extension even if you don’t need it right now. Someone helping out like him should have some appreciation. Thanks again.

This message is just to aware developers that if you do not use

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Screen glitches will occur over IE.

Que tal Eduardo…

Primeramente te quiero felicitar por tan maravillosa aplicación y en segundo quiero ver la posibilidad de que me ayudes.

Resulta que tengo un formulario donde tengo listado servicios, entonces hay un boton de CANCELAR SERVICIO el cual al presionar aparece la ventana preguntando si se desea Cancelar y si es así, entonces escribir los motivos.

El llamado a la función es así:

Y el código generado para el MsgBox es: function Cancel(numclave,id){ jQuery.noConflict(); jQuery.msgbox(‘¿Desea Cancelar el Servicio ‘numclave’?’, { type : ‘prompt’, inputs : [ {type: ‘text’, label: ‘Motivo de Cancelación’, value:’’, required : ‘true’}, {type: ‘hidden’, value:’CancelServ’ }, {type: ‘hidden’, value:id } ], buttons : [ {type: ‘submit’, value:’Cancelar Servicio’}, {type: ‘cancel’, value:’Cerrar’}]}, function (result){ if (result) {d.forms[‘frmCanc’].submit();} } );}

Mis preguntas son: ¿Existe posibilidad de poder cambiar el atributo formaction desde el llamado? Ya que siempre realiza la acción action=’#’ ¿Como puedo enviar valores ocultos? Puesto que al ver el código fuente, resulta que no me aparecen. ¿Como puedo cambiarle el nombre al Input? Aunque coloque {type: ‘text’, label: ‘Motivo de Cancelación’, value:’’, name=’CanMot’,required : ‘true’}, No me lo cambia y me lo deja con el nombre por default Espero que puedas ayudarme. De antemano muchísimas gracias. Saludos

how do I change the height and width?

how can I call the msgbox in javascript (Ajax)?

album.js file:

function GALaendern(FID,Album) { $.msgbox(“testinfo”); }

does not work

(i am not the JS expert, sorry for the simple question)

Hola, una pregunta. Se puede incluir un input del tipo oculto? Muchas gracias. (El script está excelente).

Hi, one question. Can be included a “hidden” type input? Thanks. (The script is excellent).

Hola,

En vez de type=”text” poné hidden>

$.msgbox("Probando formulario", {
  type: "prompt",
  inputs  : [
    {type: "hidden", value: "Valor Oculto"}
  ]
}, function(result) {
  if (result) {
    alert(result);
  }
});
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