Tagged Questions

0
votes
0answers
49 views

ASP.Net Postback not working in JQuery Nyromodal popup

I have a Default.aspx page which loads a popup using JQuery Nyromodal popup. Within the popup I have which needs to postback on clicking the button. But when I click on the button in the popup …
0
votes
2answers
571 views

jqmodal and nyromodal will not work w/ Jquery 1.3.2 and Firefox toolbar extension

I've been trying to create my own firefox toolbar with commands that will open and close a modal dialog using either jqModal or nyroModal. In both cases the act of opening the dialog causes errors and …
0
votes
0answers
11 views

NyroModal from inside?

I am using the nyroModal plugin for my pop-ups. I am trying to find the correct way to load new content from inside the pop up. When I just put a link with the proper class on it goes to that page, …
0
votes
1answer
47 views

nyroModal forcing a page redirection

I have a contact form that is called using this: <a id="modalContact" class="nyroModal" href="contact/index.php" title="Contacto"><img src="assets/img/page_flip.png" alt="" /></a> …
0
votes
3answers
108 views

jQuery Modal not showing <script> tags with AJAX page request

I use a plug-in called nyroModal to call a page via AJAX and display it in a modal window. When the AJAX gets the page, it creates a div on the current page, when nyroModal then styles and creates the …
1
vote
4answers
631 views

Nested ASP.Net web forms + nyromodal : Postbacks die after modal is closed.

Hi All, I have an ASP.Net web page, which uses a Master Page template. The page has an UpdatePanel with some basic AJAX functionality (change the value of a DropDownList and the UpdatePanel will …
0
votes
2answers
60 views

How do you switch off the Image Count in NyroModal (lightbox) when displaying images

When using NyroModal to display images it automatically shows the image count of how many are in the collection in the H1 tag when the popup occurs i.e. "1/3", "2/3", "3/3" Does anyone know how to …
0
votes
2answers
2k views

ASP.Net UpdatePanel + Gridview + Hyperlinks + jQuery nyroModal plugin - Entire new window opening, but I just want a modal

Hi All, I have an UpdatePanel with a GridView inside it. The Gridview has a TemplateColumn containing a Hyperlink. Using jQuery at the start of the page, I set all of these hyperlinks to become …
1
vote
2answers
1k views

ASP.Net + jQuery + jQuery validation plugin + UpdatePanel + nyroModal - success firing on each field!

I have a form containing a list of input fields that the user populates with prices (numbers). I have set their css classes to "required" and "number" so that the jQuery validation plugin validates …
0
votes
3answers
796 views

jQuery nyromodal + ASP.Net + UpdatePanel/AJAX - endShowContent not working, flickers, loses focus..

Hi All, I am using the jQuery nyroModal plugin within ASP.Net. I love nyroModal, and overall its working very nicely. But I am using the endShowContent callback to set focus to the first text input …
0
votes
1answer
129 views

Modal box gallery with nyroModal

Anyone knows how to create a modal box with nyroModal where a big image is visible and below that image a set of thumbnails and when someone clicks on these thumbnails the big image is changing in the …
0
votes
1answer
301 views

jQuery nyroModal with ASP.NET using Web Services

Hi, I have been using the jQuery nyroModal plugin for a little bit of time, and frankly its one of the best modal plugins I've used to date! I'm hoping that a lot of other people have also used this …
0
votes
1answer
461 views

Using sIFR in nyroModal lightbox

I'm using sIFR in a page that's being popped up in a nyroModal lightbox, but when the page is displayed, the sIFR objects aren't being shown. What do I need to do to get them to show?