Skip to content

Gets "true" url parameters and adds them as classes to html tag and to the izilla_gup object

Notifications You must be signed in to change notification settings

enigmadigital/Izilla-Get-URL-Parameters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Izilla Get URL Parameters

Gets "true" url parameters and adds them as classes to the html tag and to the izilla_gup object

eg. article.html?lightbox=true&mqdebug=true


Usage

CSS

html.param {
	/* conditional styling */
}

JavaScript

if (izilla_gup.param) {
	// conditional scripting
}

About

Gets "true" url parameters and adds them as classes to html tag and to the izilla_gup object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published