-
Rather than depending on outertext and innertext and reloading parts of the DOM tree, would it be possible to implement functions like these instead:
http://docs.jquery.com/Manipulation
Those could work directly on the DOM tree rather than the text, and hopefully avoid the reload.
Just an idea.
2009-02-06 14:10:22 UTC in PHP Simple HTML DOM Parser
-
simplehtmldom doesn't make a copy when you assign the object via the equal sign operator, it give you a reference to that object. The idea is that you can then work on that section of the DOM without being encumbered about putting it back in the proper place again.
That said, there does need to be a way to clone objects out of the three and put them back in elsewhere as with jQuery's clone(...
2009-02-06 13:52:04 UTC in PHP Simple HTML DOM Parser
-
theideaman committed patchset 11 of module projectdesigner to the dotproject mods CVS repository, changing 1 files.
2008-10-17 19:12:21 UTC in dotproject mods
-
theideaman committed patchset 10 of module projectdesigner to the dotproject mods CVS repository, changing 5 files.
2008-10-04 15:38:32 UTC in dotproject mods
-
theideaman committed revision 5724 to the dotProject SVN repository, changing 6 files.
2008-06-02 16:01:37 UTC in dotProject
-
theideaman committed revision 5718 to the dotProject SVN repository, changing 1 files.
2008-05-28 15:22:54 UTC in dotProject
-
theideaman committed revision 5630 to the dotProject SVN repository, changing 2 files.
2008-02-29 16:29:49 UTC in dotProject
-
theideaman committed revision 5629 to the dotProject SVN repository, changing 5 files.
2008-02-29 16:26:48 UTC in dotProject
-
theideaman committed revision 5621 to the dotProject SVN repository, changing 1 files.
2008-02-12 19:20:59 UTC in dotProject
-
theideaman committed revision 5593 to the dotProject SVN repository, changing 1 files.
2007-12-23 04:06:45 UTC in dotProject