Tagged Questions
0
votes
1answer
62 views
jQuery Dialog, load href as an image source into a dialog
I am trying to open an image into a jQuery dialog. When I click on href link, I want to load this href into a dialog.
Markup:
<a href="www.blahblahblah.com/blah.jpg" ...
0
votes
2answers
41 views
setting process for command button inside a dialogue gives blank value
Setting process="@this" inside a <p:dialog> will hit the method in managedBean but the submitted values are empty. Setting process="@form" does not hit a method. Setting process="@all" gives ...
0
votes
2answers
140 views
Failed validation during AJAX form submission breaks AJAX
Okay, so I have read through stackoverflow and various other portions of the net for a few days, and have not found a solution yet that fixes my issue.
Basically, I have an h:form in a p:dialog with ...
0
votes
1answer
261 views
ajax call into jquery dialog box with unique ID
can anyone help please,...
I have a comments page with a link to report/spam that I want to call into dialog box with ajax,... how can I do this,..? thanks in advance,...
here is my code:
...
0
votes
2answers
338 views
Primefaces Dialog Update after it is open
I want to update content primafaces dialog after it is opened. Is it possible? My example code is below.
<p:dialog widgetVar="pictureSaveDialog" id="pictureDialog" closable="false" >
...
0
votes
3answers
454 views
Angular $watch only triggered once with onclick
I have a function in an angular service containing an ajax call doing the following:
function performCall($scope){
$scope.dataFail = false;
var promise = doAjaxCall();
...
0
votes
1answer
169 views
PrimeFaces v3.5: Dialog is not shown using RequestContext on non-Ajax calls
In the User Guide, it is stated that RequestContext will work on both Ajax and non-Ajax calls. However, all of the examples in the User Guide are using Ajax and in my case, it doesn't work with ...
1
vote
1answer
106 views
jQuery ui dialog overlay and ajax injected html
I have a problem with a site (unfortunately I can't provide a link because it's on a staging environment).
I have a jqueryui dialog that opens when page loads, if you scroll down the overlay covers ...
0
votes
0answers
125 views
How to display ckeditor message after ajax post
I have a custom ckeditor 4.0 plugin that saves data via ajax, I want to display a ckeditor dialog with the server response after saving data.
My plugin code is:
CKEDITOR.plugins.add('ajaxsave', {
...
2
votes
1answer
248 views
p:dialog does not fire ajax close event when using dialog.hide()
I'm using <p:dialog>. After submitting the form therein, I use dialog.hide() and it fires the ajax close event listener method which will update a List<E>.
It was working properly, but ...
0
votes
0answers
134 views
Mvc3 ajax query progressbar
I want to use progress bar on submitting action.
I use following
Ajax Query
<script type="text/javascript">
function SendVoting(CampID, BloodBankName, CONTENT, SCHEDULE_DATE, ...
1
vote
3answers
215 views
Show Success in a JQ UI-widget after form submit, and a redirect from a UI.Dialog
Thanks for even taking a look.
I'm deleting a record from a database. The user confirms the deletion in a JQ UI.Dialog with an Ajax form submit and is then basically redirected to the same page to ...
0
votes
1answer
199 views
jQuery UI Dialog Box give variable back to Box
I have a script where I open a jQuery Dialog Box with a form. I send the values of the form via ajax to a php script. The php script save the value in a mysql database.
Everything work fine. But:
In ...
0
votes
2answers
73 views
Pausing execution until other animations are complete jQuery
I have several dialogs that open as follows:
$("#dialog").load("/ajax/content.php");
$("#dialog").dialog({....});
and a global event monitor to animate the dialog's opening
...
5
votes
2answers
70 views
Detect when any dialog opens jQuery
I have several dialogs that open like this
$("#dialog").load(URL);
$("#dialog").dialog(
attributes,
here,
close: function(e,u) {
cleanup
...
0
votes
1answer
80 views
JQuery Dialog being loaded with entire page as content?
I want to have a very basic JQuery dialog, but I can't make it work.
I used examples from the website, as I have before (and it works), but for this particular project the dialog is acting weird. ...
1
vote
2answers
519 views
jQuery Mobile dialog won't close after ajax call
I have a simple JQM (V 1.1.0) listview with an ajax call attached to each item in the list. When the user taps one of the list items, the page behind the dialog is updated with the item they tapped.
...
1
vote
1answer
531 views
Ajax BeforeSend not working, But Success working. JQuery UI Dialog with Delay
I'm using Ajax Post. I have two JQuery UI Dialogs. 1 Dialog (with delay) in BeforeSend and 1 Dialog (with Delay) in Success. Both Dialogs work fine on their own (under Success), however, my problem is ...
2
votes
2answers
101 views
jQuery to submit a form
I have the following code which is not working. I hope you can help me with this.
basically I have a form that i want to confirm using jQuery Dialog first before submitting it. so when i click on ...
1
vote
1answer
86 views
What is wrong with this jquery statement.?
I'm having the following code. Everything seems to work fine but its just that some times, there are times whereby the confirm and alert notices appear multiple times and they just get overly ...
1
vote
3answers
1k views
Submit a form inside a jquery dialog box
I know this question have been asked before but none of the solution seem to work for me.
I have got a form inside a jquery ui dialog box:
<!-- Dialog: Register new user-->
<div ...
0
votes
1answer
646 views
Updating div with ajax/json within a modal dialog form fails at random
I'm trying to update a div control (#test) with getJSON in a form displayed inside a modal dialog. The dialog is shown everytime a user clicks a defined link. Here is the function called:
// Displays ...
0
votes
1answer
180 views
jQuery UI dialog form - Missing variable values
On my website I am making a dialog form with the jQuery ui framework.
The dialog requests a topic, review content, name and city which should be inserted into mySQL. However when I want to pass the ...
0
votes
0answers
255 views
Not able to open jquery mobile dialog after form POST
I have a jquery mobile page with a form on it with a button:
<input type="button" data-theme="a" value="Submit" id='submit-form' onclick="confirm()" />
confirm is a js function in the page:
...
0
votes
1answer
304 views
Ajax requests in jquery mobile dialog
I have a problem...
I'm working on a dialog in which there're two buttons that are linked with two different actions.
I'd like to have two Ajax requests when the buttons are clicked.
I tried every ...
3
votes
2answers
720 views
jquery dialog box with dyamic table delte record button not working
I have been writing a script that opens a dialog box and within the dialog box there is a dynamic table with data pulled out of one of my databases. i have put delete buttons next to all the records ...
0
votes
2answers
935 views
jQuery UI dialog won't open in Internet Explorer
I have a jQuery UI dialog:
$("#dialog").dialog({
modal: true,
closeOnEscape: false,
resizable: false,
autoOpen: false,
open: function() {
$(".ui-dialog-titlebar").hide();
...
0
votes
2answers
559 views
ajax content (post) in a jquery dialog not loading on the second loading of the dialog
I have a page where I load a dialog on click of a button:
function editShowSchedule(emId){
$(".ui-dialog-content").dialog("close");
var url = ...
1
vote
2answers
1k views
Create PrimeFaces dialogs dynamically
I'm using primefaces 3.3.1 and JSF 2 (Mojarra 2.1.9).
I have a page with a DataTable component and Dialog to show details of DataTable entries. That's very simple when I have one dialog. What I want ...
0
votes
1answer
479 views
Keep Validation and Errors in the same jQuery Dialog Box - CakePHP
When creating or editing object sin my table, I have a jquery dialog that opens up with the View for editing or adding an object in it. When they submit, everything works fine. I also added ...
0
votes
1answer
491 views
jQuery Modal Form Validation not working when saving with AJAX
I'm hoping one of the experts here can point me in the right direction with a jQuery dialog script I have been working on..
My problem: I can't get validation to work with my dialog window when ...
0
votes
0answers
91 views
jquery ajax fetched link does not activate dialog
I have a page, which when load, activates jquery-ui dialogs for use when link is clicked.
Something like this (simplified):
//activation link
<div id="ckitg">click to ...
2
votes
1answer
253 views
How to pass parameters to an action that's called on JQuery dialog() Open event
Good morning.
I have a modal JQuery dialog that on Open calls and loads a Partial View. Good example can be seen here http://stackoverflow.com/a/4802423/1193841 but I'll re-paste:
<script ...
0
votes
1answer
371 views
Primefaces. AjaxStatus Dialog loads of behind the new dialog! What can this be?
Pictures speak better than words:
Dialog with problem (See picture because I don't have reputation to post here)
I have this AjaxStatus that shows this dialog with the message loading, this ...
0
votes
2answers
2k views
I want to show Jquery UI Dialog(message) after an Ajax request
first: I want to show the returning data with an Ajax request in my Jquery UI message box. and second: in the code below the message box appears just for 1 second. I dont know why!!!!!
<script>
...
1
vote
1answer
986 views
How to pass URL from jQuery dialog to CKEditor dialog
I am trying to pass a URL from a jQuery dialog back to a CKEditor dialog.
Both CKEditor and jQuery dialogs work.
The problem is that I don't know how to pass CKEditorFuncNum to the server. I dived ...
1
vote
10answers
896 views
How do I rebind the dialog after it is being rewritten by AJAX?
I have a table of students and in each row are their names, a select list to select their attendance for their lesson and then a "Message" link when clicked will popup a a dialog to send a message to ...
1
vote
2answers
464 views
Dojo: How do I connect an onchange handler to a select box in a dialog loaded with xhr?
This may be obvious but I can't figure out how to get it done.
I have a Dojo Dialog that I populate with data using href.
var newDialog = new Dialog({
title: 'Here is my dialog',
style: ...
1
vote
1answer
139 views
why is my jquery dialog ajax load pulling the entire page instead of the selector (div)?
i am having issue with loading my selector via a jquery ajax load call see below:-
var $loading = $ ('<img src="/img/loading.gif" alt="loading">');
...
0
votes
2answers
330 views
What is the proper way to load a comboBox with jQuery and AJAX? I've botched it somehow
I'm doing something stupid. I'm trying to populate a combo box in a dialog with the product of an AJAX call using jQuery. Easy, right?
Here's the dialog creation, etc:
<script ...
0
votes
0answers
342 views
Ajax Post calls a php function loads dialog box
I am trying to pass a post action add to open a dialog box which then calls a function and displays the dialog box. I have the post working but the dialog box is not opening. This is all contained on ...
1
vote
4answers
3k views
jQuery dialog - submit form via ajax?
I'm displaying a large form with lots of validation in a jQuery dialog box, but I'm now wondering if there's anyway of getting it so that once I submit the actual form, it will load via Ajax and stay ...
2
votes
1answer
279 views
jquery ui dialog is not a function when re-calling it
i have this function to open jquery ui dialogs
function pop_up(div, titulo){
$( "#" + div ).dialog({
autoOpen: false,
...
1
vote
1answer
109 views
Separate Page Button Ajax Functionality
Im trying to load a page I created using ajax, which loads fine and all. The problem Im having is that the page I load into the dialog has an update button in its form it displays. That button doesn't ...
0
votes
2answers
158 views
jQuery Ajax and Dialog
below is my code for confirmation dialog and sending data with ajax.
In this code, the Delete button event under the first dialog is breaking the code and if I click the delete button nothing happens ...
0
votes
1answer
561 views
Hyperlink Click Popups Up JQuery Dialog And Returns Called PHP
I'm very sure a variation of this has been asked before, and my asking stems from my elementary knowledge of how it all works. I have been reading and reading and reading, and i'm turning to ...
0
votes
0answers
331 views
jQuery Form Plugin Not Submitting Request To CakePHP
First of all I apologize for my English.
I have a problem with the jQuery.form plugin (http://jquery.malsup.com/form/).
I'm trying to make a form (which appears in a jQueryui modal dialog) to add a ...
1
vote
4answers
1k views
Manually closing of Jquery Dialog window
I'm trying to manually close a Jquery Dialog window on button click without using the $('#id').dialog('close') command.
The reason is that I make an ajax call as the dialog window is opened and so ...
1
vote
1answer
219 views
Launch JQuery Dialog with Ajax generated link
I have a div which has no content. the content is dynamically loaded into the div, through jquery load(). This content contains links. I'm using the jquery load all links into functions to launch a ...
4
votes
1answer
2k views
Primefaces - AjaxStatus - Dialog is behind the overlay
I checked the z-index, but the Dialog z-index is higher than the div of overlay. It was to be correct.
In the showcase works correctly.
Could you help me with this problem?



