No announcements
Found 118 threads
-
0 Votes
DOMContentLoaded
problem is that it is executing 'document.addEventListener("DOMContentLoaded", initialize' but it will not return to the code (as when it is working in the first ...Answered | 1 Replies | 1332 Views | Created by my-ped01 - Monday, July 8, 2013 5:42 AM | Last reply by my-ped01 - Monday, July 8, 2013 7:21 AM -
0 Votes
Webview DOMContentLoaded behavior
webView1.InvokeScriptAsync("getlast", new string[] { pUnanswered | 1 Replies | 879 Views | Created by Mahagh - Tuesday, May 13, 2014 10:52 AM | Last reply by Matt Small - Tuesday, May 13, 2014 7:06 PM -
0 Votes
Invoking webview's DomContentLoaded event in the view model
I'm having problems implementing the webView's DOMContentLoaded event within my view model. I want to execute the code on the web page after the DOMContentLoaded event. I read the ...Unanswered | 1 Replies | 310 Views | Created by PumpedUpKicks91 - Monday, February 24, 2020 9:40 PM | Last reply by Drake_Wu - Tuesday, February 25, 2020 1:28 AM -
1 Votes
How I can subscribe DOMContentLoaded event in BHO (IE-9 and IE-10)?
and http://stackoverflow.com/questions/13005039/domcontentloaded-never-raised-in-bho-ie9Answered | 1 Replies | 1824 Views | Created by Anup123 - Monday, September 16, 2013 10:16 AM | Last reply by EricLaw [Edge] - Monday, September 16, 2013 5:25 PM -
1 Votes
Problem with document.addEventListener("DOMContentLoaded", initialize, false)
Hello, I want to load 'inizialize()' function when DOM is ready, but, when I have more than one HTML fragment, 'document.addeventlistener' reference to the main document and doesn't ...Proposed | 3 Replies | 6119 Views | Created by Sergisenna - Tuesday, November 15, 2011 7:00 PM | Last reply by Jeff Sanders - Wednesday, November 30, 2011 3:36 PM -
0 Votes
customizing the Survey list using JS link
The way I've found is to embed Script Editor web part at NewForm and EditForm and use $(document).ready() event handler (DOMContentLoaded) to modify Survey web partProposed | 3 Replies | 1981 Views | Created by Nag44 - Monday, April 3, 2017 6:13 AM | Last reply by pouleagles - Monday, August 13, 2018 2:14 AM -
0 Votes
My app fails by the requirement 3.2
Thanks. The problem is that WinJS.UI.processAll has to be called after DOMContentLoaded. As you had it, it's being called before there's anything in the DOM to work with--this is definitely aAnswered | 3 Replies | 1581 Views | Created by Colombium - Thursday, May 16, 2013 6:00 PM | Last reply by Kraig Brockschmidt [MSFT] - Monday, May 20, 2013 2:46 AM -
0 Votes
Only the first iframe is being loaded
( call your "href" HTML elements ) when the page has fully loaded. window.onload = function () { } You can also try to bind it to DOMContentLoadedUnanswered | 3 Replies | 594 Views | Created by jack0987 - Friday, September 9, 2016 3:24 PM | Last reply by Brando Zhang - Monday, October 17, 2016 6:56 AM -
0 Votes
javascript onload vs. Silverlight onload
HTML/body onload fires when the document has loaded in its entirety - this includes all stylesheets, scripts, and images. In contrast, DOMContentLoaded (an undocumented, but ...Discussion | 2 Replies | 7471 Views | Created by DonVitz - Monday, September 3, 2007 1:31 PM | Last reply by Dave Britton - Wednesday, September 5, 2007 12:31 PM -
1 Votes
html5 - show hidden text upon loading page
You are right. Probably should be using DomContentLoaded event for newer browsers or jQuery $(document).ready() You might find this link ...Answered | 7 Replies | 1223 Views | Created by ymarkiv - Tuesday, June 10, 2014 11:17 AM | Last reply by thumbdоwn - Tuesday, June 17, 2014 10:17 AM -
0 Votes
New 8.1 Webview control is missing arg definitions (like WebViewDOMContentLoadedEventArgs)
You will have to update your application to target Windows 8.1 to get the latest WebView functionality such as the DOMContentLoaded event.@prashantphadke || Windows Store DeveloperAnswered | 1 Replies | 1002 Views | Created by Dexter Dengler - Friday, June 28, 2013 3:31 PM | Last reply by Prashant H Phadke - Saturday, June 29, 2013 12:38 AM -
1 Votes
onactivated vs onloaded - which one is called first
That's an error in the book. Loaded does come first (as I mention for the web context anyway). I think it changed since a year ago when I originally wrote that material. Looking at the WinJS source ...Answered | 2 Replies | 1010 Views | Created by Kam2011 - Wednesday, April 3, 2013 11:33 PM | Last reply by Kam2011 - Thursday, April 4, 2013 12:02 AM -
0 Votes
Suspended and resumed metro app
Hi we found the problem , its seems that the problem related to activation instead of suspended. we removed the code from activation and place it within the ...Answered | 3 Replies | 2063 Views | Created by TomerBanin - Tuesday, September 4, 2012 11:05 AM | Last reply by TomerBanin - Wednesday, September 19, 2012 11:12 AM -
0 Votes
How can I inject a CSS code/file when opening a page in the <webview>
} it should be: function domContentLoaded (){ } Referencing the same sample youAnswered | 3 Replies | 2313 Views | Created by Stefan vd - Wednesday, August 21, 2013 9:57 AM | Last reply by Prashant H Phadke - Wednesday, August 21, 2013 6:48 PM -
1 Votes
Help! Pointer Animations
hi I have tried different id as well. What about "DOMContentLoaded" thing?Will it be same for default.html and homePage.html? Only thing that ...Answered | 6 Replies | 2913 Views | Created by ArslanKhwaja - Sunday, January 22, 2012 10:32 AM | Last reply by ArslanKhwaja - Wednesday, January 25, 2012 6:37 PM -
1 Votes
My app is not working on win 8.1
flag that is set success in "DOMContentLoaded" or "NavigationCompleted" event, so that absence of these calls could be used.Answered | 5 Replies | 1153 Views | Created by Pradeep AJ - Thursday, November 14, 2013 2:40 PM | Last reply by Tannhauser Guard - Tuesday, November 26, 2013 9:00 PM -
0 Votes
Setting focus to plugin in FireFox on appl start
;addeventlistener"); document.addEventListener("DOMContentLoaded", SetFocus, ...Unanswered | 14 Replies | 30024 Views | Created by Kobruleht - Monday, March 8, 2010 7:16 AM | Last reply by Patrick8639 - Thursday, December 9, 2010 4:28 PM -
0 Votes
VE API 6.2 and IE 6
("DOMContentLoaded", Page_Load, false); window.addEventListener("unload", Page_Unload, false); } in ...Answered | 2 Replies | 3286 Views | Created by PaulVC - Monday, January 26, 2009 7:11 PM | Last reply by PaulVC - Wednesday, February 18, 2009 11:44 AM -
0 Votes
Unable to iterate/select listview elements reliably after the page has loaded?
ready: fires after DOMContentLoaded has already fired (see line 293 of base.js). The quickstarts do not utilize the templates provided by Visual Studio and that is why they syncAnswered | 10 Replies | 3640 Views | Created by Brid - Friday, July 6, 2012 10:52 AM | Last reply by Brid - Tuesday, July 10, 2012 12:59 PM -
0 Votes
SharePoint Online site performance issue
;DomContentLoaded:3.18s Load:10.86s Can we reduce load time from 10.86 to 4s or 5s? I ...Proposed | 7 Replies | 809 Views | Created by Rajesh Lohar - Wednesday, April 11, 2018 6:57 AM | Last reply by Grace WR - Thursday, April 19, 2018 7:57 AM - Items 1 to 20 of 118 Next ›
No announcements