How to implement jQuery to PHP or how to get javascript-proceeded output of html page? -
jquery has awsome methods, use while working external htmls there way somehow transform php framework ?
edit: many people missunderstood question purpose - of course know php's dom real purpose able same syntax (and use same methods) in php while working external htmls.
edit2: possible solution html string, add jquery string , somehow make php javascript-processed output ?
the traversal methods based on css3 selector syntax has been replicated in phpquery.
https://code.google.com/p/phpquery/ is server-side, chainable, css3 selector driven document object model (dom) api based on jquery javascript library.
it's quite neat if need manipulate , query dom structures, though in experience quite slow.
Comments
Post a Comment