RogerCreasy / usefulJquery

A collection of simple jQuery snippets that perform useful, often needed functions.
MIT License
14 stars 24 forks source link

Hacktoberfest-friendly #1

Open RogerCreasy opened 7 years ago

RogerCreasy commented 7 years ago

Add your useful jquery snipet - get a Hacktoberfest PR

xRahul commented 7 years ago

https://github.com/RogerCreasy/usefulJquery/pull/2 Pull request for on click back to top scroll animation

ggowen commented 7 years ago

3 PR Including a snippet to disable links

vkraucunas commented 7 years ago

#4 PR for populating a select dropdown with options that have full name displayed, state code as value.

shivasheeshyadav commented 7 years ago

5 PR for including smooth scroll to href attribute of the link .

uvinod commented 7 years ago

Can I contribute here?

pv2k commented 7 years ago

15 PR for increasing or decreasing the font size of a paragraph respectively by clicking "larger" or "smaller"

raavanan commented 7 years ago

16 PR for replacing image tags with src svgs with actual svgs

kartik95 commented 7 years ago

PR #13 for coloring alternate stripes of a table with different colors to increase readability. @RogerCreasy

kartik95 commented 7 years ago

PR #14 for loading content dynamically on scroll. @RogerCreasy

owenvoke commented 7 years ago

Will add a few soon.

htadg commented 7 years ago

#47 Added a Background Color Animator

vigzmv commented 7 years ago

#48 Added Copy To Clipboard