| bio | website | varunvs.com |
|---|---|---|
| location | India | |
| age | 24 | |
| visits | member for | 2 years, 8 months |
| seen | 2 hours ago | |
| stats | profile views | 7 |
A .net programmer who uses C# as the language.
|
May 16 |
comment |
Loading and unloading resources in single page application First I'm not talking about Chrome inspector. I want to unload it dynamically without bothering about what all being loaded separately. Second. Loading all files first time will make the application slow at the start. Especially if it is a huge application |
|
May 16 |
comment |
Loading and unloading resources in single page application @nnnnnn How would I get the list of resources loaded by this external html page? Even the script tags, style tags added by this html file should also be removed. It could be numerous if it is a huge page. And mistakenly I should not removed anything else. Also it is possible that shared resources might be there. |
|
May 16 |
awarded | Commentator |
|
May 16 |
comment |
Loading and unloading resources in single page application @nnnnnn First I must know the resources that have been loaded so as to remove them, right? How do I know that? |
|
May 16 |
comment |
Loading and unloading resources in single page application Also I'm not currently looking for external libraries like Knockout, Angular etc. I just want to know how it works without these. |
|
May 16 |
asked | Loading and unloading resources in single page application |
|
Apr 5 |
awarded | Popular Question |
|
May 22 |
awarded | Analytical |
|
Mar 15 |
comment |
Unable to attach event to an element in contextual fragment if i've so many elements to attach event (say i'm using loop), then it would be costly to attach event after appending to dom right? |
|
Mar 15 |
asked | Unable to attach event to an element in contextual fragment |
|
Feb 21 |
comment |
Weird CSS :after pseudoselector issue in Chrome alone @BoltClock I have tried it on Chrome beta. The issue still persists. Seems like they haven't worked on it. |
|
Feb 21 |
accepted | Weird CSS :after pseudoselector issue in Chrome alone |
|
Feb 21 |
comment |
Weird CSS :after pseudoselector issue in Chrome alone Sorry, the color issue was a mistake from my side. It's working fine. Thanks for your help |
|
Feb 21 |
comment |
Weird CSS :after pseudoselector issue in Chrome alone @AbhranilDas I googled a bit around this issue but couldn't find anything useful. But in Firefox it is working fine. That's what I couldn't figure out. Seems like this is a bug in Chrome |
|
Feb 21 |
comment |
Weird CSS :after pseudoselector issue in Chrome alone It seems fine but the color of the entire label seems to be changing. Do you have any possible solution to it? |
|
Feb 21 |
asked | Weird CSS :after pseudoselector issue in Chrome alone |
|
Oct 31 |
awarded | Supporter |
|
Oct 31 |
accepted | Custom event in HTML, Javascript |
|
Oct 28 |
asked | Custom event in HTML, Javascript |
|
Oct 13 |
comment |
Difference between script tag with & without type @BoltClock I mean in terms of caching. |