-
Looking For Work
- Melbourne, Australia
- https://lukesalisbury.name
Pinned Loading
-
Wrapper around XHR or Fetch, allows ...
Wrapper around XHR or Fetch, allows for automatic retrying of request. Single Callback function passing XMLDocument, JSON, string or Error object type 1/* WebRequest */
2/* Request Object {
3* type - POST/GET
4* dataType - Returned Data Type
5* url - the URL (On GET request, URL() will ignore data
-
Javascript: Check to Select Element ...
Javascript: Check to Select Element is not disabled, and move to enable element if required 1// Return true if selected element is not disabled, if it is disabled,
2// the selected element will move to the first non disabled element if possible
3HTMLSelectElement.prototype.validateElement = function () {
4if (this.selectedIndex != -1) {
5if (!this.children[this.selectedIndex].disabled) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.