Tagged Questions

1
vote
4answers
121 views
+100

How do I handle a server side exception during an Ajax call from JQuery?

I am calling a Page Method from JQuery as described here: http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-methods/ This is all working fine. During testing I came across …
1
vote
6answers
183 views
+100

JQuery implementation of Facebook’s Modal Box

Hi all, I was wondering if anyone knew of a jquery implementation of the following moo-tools modal box -> click here I've seen facebox, but it uses the old facebook modal dialog layout and not the …
1
vote
2answers
615 views
+250

Trying to find an AJAX file upload solution for Zend Framework using jQuery…

I'm trying to create an "upload file, and email as an attachment" form where the file starts uploading after it has been selected (like Gmail), before sending the email. I would also like to implement …