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
2012-03-16 12-21-09
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
2011-06-15 10-51-22
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
2011-08-23 22-04-05
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
2011-06-15 10-51-22
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
2016-04-21 20-09-55
J.
 
MVP
But why use span? :(

it's so illogical to use span for that.
(referring to the span-listrecords-idea-frustration)

2011-06-15 10-51-22
Joop Stringer

 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.