| | | | |
| |||||||
| JavaScript, Ajax und mehr dynamisches Scripten und Interaktion auf Clientebene |
|
| | LinkBack | Themen-Optionen | Thema bewerten |
| | |
| Neuer Benutzer Registriert seit: 13.12.2011
Beiträge: 5
PHP-Kenntnisse: Anfänger ![]() | Hello, I'm sorry for posting this in English but I live in Luxembourg and am currently still learning both LB and DE So it must be in english. I've just released this yesterday and I'm looking for reviews. It's an edit to jQuery to allow chain logs for faster and simpler debugging. Pretty much it allows to log both the selectors and return values when doing function chains on jQuery. This project is pretty new so if you want to blog or tweet about it I would apreciate it, as with more ppl using it and more feedback flowing in I'll be able to perfect it. One of the functionalities I wish to add in the future is throwing the logs via AJAX so you can debug stuff running on your users interface. The project's site is http://www.jquerylog.com hope this can be usefull for many big jquery engineers such as myself. If you feel the examples on the page are not good enought please tell me so I can improve them (both here or as a comment on http://blog.jquerylog.com) My idea is when having a bug in jquery I ended up doing the following $("#foo").parents(".t1").find(".t2:last ."+someString+":last").text("test"); // chain with a bug console.log("#foo"); console.log($("#foo")); console.log(".t1"); console.log("$("#foo").parents(".t1")"); console.log(".t2:last ."+someString+":last"); console.log($("#foo").parents(".t1").find(".t2:las t ."+someString+":last")); Writing this was very frustrating, as I guess many already went through it, I've edited jQuery and now released it so others can also use it. The project's site is http://www.jquerylog.com hope this can be usefull for many big jquery engineers such as myself. If you feel the examples on the page are not good enought please tell me so I can improve them (both here or as a comment on http://blog.jquerylog.com ) /Francisco |
| | |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Erfahrener Benutzer | We did not honor multiposts, but i think we should respect your work and give this thread a chance to being alive here for spreading purposes. It would be a big plus if your source-quotes inside of your post are served with [code]-BBCodes. Good luck. Edit: You should recognize that your work is an jQuery-Extend and not an JQuery-Extension. Extension means that you did develope somekind of plugIn / AddIn for jQuery. To extend something means that you extend the current code-base of the served jquery-library. An Extension with those functionallity would be better as an "costumized" ( extended ! ) jQuery-Source, 'cause the maintenance process of both had been relocated in 2 deligiations and only the log-part of your code must be shared and maintained by you, not the complete jQuery-source. Code: <script type="text/javascript" src="jquery-1.7.1.min.js"></script>
#{if Play.mode.isDev()}
<script type="text/javascript" src="jquery-log.plugin.js"></script>
#{/if}
__________________ Geändert von tr0y (18.12.2011 um 08:54 Uhr). |
| | |
| | ||
| Erfahrener Benutzer | Zitat:
__________________ | |
| | |
| | |
| Erfahrener Benutzer | It's not possible to delete replys or threads by yourself. Only a moderator could do this.
__________________ |
| | |
|
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Läuft der Ajax Request weiter auch wenn der Browser geschlossen wird? | <Hotte> | JavaScript, Ajax und mehr | 2 | 15.11.2011 08:25 |
| [Erledigt] jquery ajax request ist immer null | taurus | JavaScript, Ajax und mehr | 3 | 29.08.2011 00:00 |
| [Erledigt] Jquery AJAX request wird erst am Ende ausgeführt | PiXeL1337 | JavaScript, Ajax und mehr | 10 | 24.02.2011 09:02 |
| [Erledigt] SOAP/Client.php: PHP Fatal error: Method SOAP_Client::__call | PHP-Fortgeschrittene | 6 | 25.11.2004 09:48 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| jquery log -firebug |