'http://wikipedia.org/', // 'success' => 'v87shs79d8fhs9d' //)); //function v87shs79d8fhs9d($html) { // $title = phpQuery::newDocument($html)->find('title'); // $testName = 'Simple AJAX'; // if ( strpos(strtolower($title->html()), 'wikipedia') !== false ) // print "Test '$testName' PASSED :)"; // else { // print "Test '$testName' FAILED !!! "; // print "
"; // print_r($title->whois()); // print "\n"; // } // print "\n"; //} $testName = 'Load'; $test = phpQuery::newDocumentFile('test.html') ->find('div:first') ->load('http://wikipedia.org/ div[lang]'); if (pq('div[lang]')->size()) print "Test '$testName' PASSED :)"; else { print "Test '$testName' FAILED !!! "; print "
"; print "\n"; } print "\n"; // http://code.google.com/p/phpquery/issues/detail?id=130 $pq = phpQuery::ajax(array( 'url' => 'http://'.$_SERVER['SERVER_NAME'].preg_replace('@/[^/]+$@', '/test_ajax_data_1', $_SERVER['REQUEST_URI']), 'success' => 'a789fhasdui3124', 'error' => 'jhdbg786213u8dsfg7y' )); function a789fhasdui3124($html) { $testName = 'AJAX request text node'; if ( $html == 'hello world' ) print "Test '$testName' PASSED :)"; else { print "Test '$testName' FAILED !!! "; } print "\n"; } function jhdbg786213u8dsfg7y() { $testName = 'AJAX request text node'; print "Test '$testName' FAILED !!! "; } //$testName = 'gdata plugin'; //phpQuery::extend('gdata'); //$xhr = phpQuery::$plugins->gdata('tobiasz.cudnik@gmail.com', 'XXX'); //$url = 'http://code.google.com/p/phpquery/w/edit/Callbacks'; //phpQuery::ajax(array('url' => $url, 'success' => 'ksjsdgh892jh23'), $xhr); //function ksjsdgh892jh23($html) { // print $html; // print pq($html)->find('script')->remove()->end(); // if (pq('div[lang]')->size()) // print "Test '$testName' PASSED :)"; // else { // print "Test '$testName' FAILED !!! "; // print "
"; // print "\n"; // } // print "\n"; //}