Skip to content

#69 Add callback function to remote chained.#80

Open
hkirsman wants to merge 1 commit intotuupola:2.xfrom
hkirsman:#69-callback
Open

#69 Add callback function to remote chained.#80
hkirsman wants to merge 1 commit intotuupola:2.xfrom
hkirsman:#69-callback

Conversation

@hkirsman
Copy link

@hkirsman hkirsman commented Jan 27, 2020

Would still need compiling into min and probably also this change: 2f68092

Using it something like this:

var setDefaultFromUrl = function(select) {
  console.log('executed');
};

$("#all-downloads-service-pack").remoteChained({
  parents : "#all-downloads-version",
  url : '/service-pack',
  callback: setDefaultFromUrl
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant