Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Joop Stringer
5
Views
5
Comments
[Screen Helper] jQuery
Question
Forge
Screen Helper (O11)
Forge asset by
Rebecca Hall
Why do you need jQuery 1.6.2 ?
Everybody is implementing their own jQuery in components.
Might become messy if all kind of versions are glued to components ...
Rebecca Hall
Future enhancements:
1. No Jquery reference .. use outsystems one
2. Add module for replacing links containing empty text
1 reply
26 Nov 2012
Show thread
Hide thread
Joop Stringer
Very simple to avoid external jQuery
Change the expression in this way and it works (replace the $ with osjs)
"<script type=""text/javascript"">
osjs(document).ready(function() {
osjs("".TableRecords td.fillempty:empty[title]"").text(
osjs("".TableRecords td.fillempty:empty"").attr(""title"")
);
osjs("".TableRecords td.fillempty:empty"").text('" + DefaultText + "');
});
</script>"
Rebecca Hall
Thanks for your help!
Hugo Catarino
Staff
Hello You have here an example of
How to integrate a Jquery Plugin in OutSystems Platform
Joop Stringer
Hugo Catarino wrote
:
Hello You have here an example of
How to integrate a Jquery Plugin in OutSystems Platform
Hugo, you're including external jQuery ... like I already posted on your topic, try to avoid having all kind of versions in your application !
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...