Skip to content

Just code snippets I've written, all should have a readme that explains them.

License

Notifications You must be signed in to change notification settings

wgailey/Examples

Repository files navigation

Examples

Just code snippets I've written, all should have a readme, commit note, xor comments that explains them.

Javascriptspeedup is a simple javascript I wrote several years ago for simple webpages and slow servers that loads the entire website into the browser on user landing that makes interaction seemless.
$("#networking").click(function(){ $("#data").load("html/networking.html");}); Basically what that says is "When you click #networking" load networking.html from the html folder into #data.

About

Just code snippets I've written, all should have a readme that explains them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published