-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# PseudoClassStyle | ||
Sometime yo need to change pseudo class ::before and ::after style dynamicaly from script but it is not simple way to do it. Now you can use this script to change pseudo class ::before and ::after style using jQuery. It is work in Firefox 50. | ||
Sometime we need to change pseudo class ::before and ::after style dynamicaly from script but it is not simple way to do it. Now we can use this script to change pseudo class ::before and ::after style using jQuery. It is work in Firefox 50. | ||
|
||
In this script, I create 3 stylesheets to show you how does it works. Wherever you initialize the pseudo class style, it will modify style on last stylesheet. | ||
In this script, I create 3 stylesheets to show you how does it works. Wherever we initialize the pseudo class style, it will modify style on last stylesheet. |