Changeset 4458 for trunk/wp-includes/js/wp-ajax-js.php
- Timestamp:
- 11/08/2006 09:23:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/wp-ajax-js.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/wp-ajax-js.php
r4424 r4458 20 20 } 21 21 }); 22 this.url = url ;22 this.url = url ? url : '<?php bloginfo( 'wpurl' ); ?>/wp-admin/admin-ajax.php'; 23 23 this.getResponseElement(responseEl); 24 24 }, … … 92 92 } 93 93 }); 94 95 //Pretty func adapted from ALA http://www.alistapart.com/articles/gettingstartedwithajax 96 function getNodeValue(tree,el){try { var r = tree.getElementsByTagName(el)[0].firstChild.nodeValue; } catch(err) { var r = null; } return r; }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)