Feature #9058
Ideas for extending "t3jquery"
| Status: | Resolved | Start date: | 2010-07-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Juergen Furrer | % Done: | 100% |
|
| Category: | - | Spent time: | 2.00 hours | |
| Target version: | - | Estimated time: | 2.00 hours | |
| Votes: | 0 |
Description
Request for an option to insert an URL pointing to another JS-file.
Request for supporting the "$(document).ready()" construct.
We've patched the extension in this way and so far it works fine for us. Maybe there are other possibilities to do the same?
Please see the attached file for details.
History
Updated by Juergen Furrer almost 3 years ago
- Status changed from New to Accepted
- Estimated time set to 2.00
Great idea, I will prove it and integrate it in the next version.
I hafe changed some lines:
$ should not be used, because it will fail in noConflict mode.
So I changed to jQuery(document).ready...
I will send you first the new version to check if all is working like your version
Thanks for your help
Best regards
Jürgen
Updated by Juergen Furrer almost 3 years ago
- File T3X_t3jquery-1_7_0-pre.t3x added
- Status changed from Accepted to Needs Feedback
I improved some lines and implemented jsminify to have less js-code.
Would you please try this new version and send me a feedback?
Best regards
Jürgen
Updated by Bestenlehner, Hartmut almost 3 years ago
We've tryed this "pre"-Version in a project instead of our patched one and it worked out of the box.
Thanks for Your great work!
Hartmut
Updated by Juergen Furrer almost 3 years ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Will be out in TER in some hours
Best regards
Jürgen