|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Is there any possible way (I'm using prototype framework) to glean what the name of the container element to be updated (using Ajax.Updater) is?
I have appended at the bottom of prototype.js a function that shows a loading dialog when any AJAX interaction takes place (I use this all the time, it's AMAZING, feel free to use it, and if you want the rest just reply and I'll paste all the code), but I need to cancel it for one particular element and cannot figure out a way without knowing the element name. Here's the code: Code:
Ajax.Responders.register({
onCreate:function() {
if($('busy') && Ajax.activeRequestCount > 0) {
// show the loading dialog
}
}
});
..... (more code)
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Building a CSS Site within a centered container div | technica | Graphics & Design Discussion Forum | 20 | 01-09-2006 06:04 AM |
| Retrieving text form a site for re-use | venividi | Web Programming Discussion Forum | 0 | 11-22-2005 08:04 AM |
| CSS Container not doing its job | richkoi | Graphics & Design Discussion Forum | 2 | 10-08-2005 08:05 PM |
| Retrieving Yahoo Email? | razsports | Web Programming Discussion Forum | 1 | 02-18-2005 01:56 PM |
| Crazy container div trouble | JayDrake | Graphics & Design Discussion Forum | 9 | 05-06-2004 07:45 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |