jQuery-Impromptu icon indicating copy to clipboard operation
jQuery-Impromptu copied to clipboard

An extention to help provide a more pleasant way to spontaneously prompt a user for input.

Results 19 jQuery-Impromptu issues
Sort by recently updated
recently updated
newest added

Has anyone tried this with JQM? Before spending hours, the first and most immediate issues I see are: 1. Some/most pages are loaded into the dom dynamically so the elements...

Love the plugin and bought the book + code package. The examples for states are wrong, you failed to include the $.prompt.goToState code in there. The code in the book...

hello everyone how can i handle manually Impromptu buttons? in the other words i would create custom buttons in the body prompt and get manually event custom button with create...

I try to get rid of the 'slideDown' animation of the prompt, but specifying option { show : 'show' } does not seem to work.

submit: function(e, v, m, f, anio){ //e.prevendDefault(); var ansSeg = m.children("div").children('#txtSeguimiento'); var orden = m.children("div").children('#hdnOrden'); if (ansSeg.val() != "") { jQuery.post('/ajsources/callCenterXml.php', {'sg': ansSeg.val(),'q': orden.val(),'nty': 'addSeg', 'a': anio}); } if ($("#hdnDialog").val()...

Hi, I want to make automatic tooltips positioning without passwing "x" and "y" parameters and I have problem with getting dimensions of the actual notification box. I am trying to...

I need to use buttons for a multi language site, any way to translate the text of buttons of impromptu into arabic and other languages? or can i use images...

Hi Trent, Great plugin. Is there any way to make the box width responsive? Thanks! John

Is there a way to use the HTML5 input pattern validation? The submit function is called before the native HTML5 input pattern validation is executed. This should be possible because...

There are cases when you have the prompt in one state, set some inputs, and click "next". The inputs get ajaxed to the server and the prompt changes state to...