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
0
Views
6
Comments
SPAN xxxAjaxRfrsh
Question
When is the SPAN for an AJAX refresh added to the HTML document ?
I try to get rid of this span because of a styling issue.
When I use jquery $document.ready to remove it, it looks like its working, but in practice .... not
João Rosado
Staff
Hi Joop,
Removing those spans will break the ajax refresh mechanism. They are there for that reason only.
What styling issue are you having?
Regards,
João Rosado
Joop Stringer
we're using an external company for the styling, they create the CSS and the SPAN breaks the styling ...
I already figured out a way to "move"the span to a higher level, so the ancestor tree in CSS will work
Tiago Simões
Staff
Hi Joop,
If I'm not mistaken that span is created if the element you are refreshing is not a span or a div.
Cheers,
Tiago Simões
Joop Stringer
I tried unwrap for the child of the span ... but did not sort any effect.
Solved it by transferring the ajax refresh to higher level in hierarchy
J.
Â
MVP
But why use span? :(
it's so illogical to use span for that.
(referring to the span-listrecords-idea-frustration)
Joop Stringer
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...