Load Script Async? August 06, 2022 Post a Comment EDIT: I want to save input data from my form into Firebase database The input with id='field0' and button with onClick'submitPost()' Solution 1: Try this, by using the load event of the script tag: https://jsfiddle.net/7mnns4dk/6/ Basically just use: script.load = function() { // enter code that needs the script to be loaded here } Copy Also it works with jQuery as you wrote it, just move the submitPost function so that it is accessible by the button: https://jsfiddle.net/7mnns4dk/7/Baca JugaGet Vimeo Thumbnail For Video Using JquerySet Filelist Of Fileinput In FirefoxJs Security Issue With Opera 11.01, After Moving From Server A To B Share You may like these postsLaravel Ajax Call To ControllerHow To Run External PHP File Using Ajax And Display Results In Same PageMake JQuery AJAX Call To Specific PHP FunctionsHow To Send Data From A Python File To Html File That Are In A Separate Projects Via A Url (not Having Html As A Template) Post a Comment for "Load Script Async?"
Post a Comment for "Load Script Async?"