MCPcopy Create free account
hub / github.com/jquery/jquery-ui / createOptions

Function createOptions

external/jquery-3.2.1/jquery.js:3244–3250  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

3242
3243// Convert String-formatted options into Object-formatted ones
3244function createOptions( options ) {
3245 var object = {};
3246 jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {
3247 object[ flag ] = true;
3248 } );
3249 return object;
3250}
3251
3252/*
3253 * Create a callback list using the following parameters:

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…