Profile
Achievement
 
    
                pmw57's Recent Snippets
- All /
 « Prev 1 Next »
The purpose of this hook method is to help provide a separation of concerns between CSS and JavaScript.
Typically class names are used to attach JavaScript to HTML elements. Using a separate data-hook attribute helps to protect the scripting from...
        
        
        
            0 
        
        
            1436 
        
                    posted 10 years ago by pmw57
            Brendan Eich is working on officially adding Math.TAU to JavaScript.
Until JavaScript has full support for the Math.TAU constant, you can add the following at the start of your programs to add support for the TAU constant.
        
        
        
            0 
        
        
            1407 
        
                    posted 11 years ago by pmw57
            Code from https://snipt.net/geekyjohn/get-url-param/ updated so that most jslint issues are resolved, and updated the return to use a guard condition instead of a separate if statement.
        
        
        
            1 
        
        
            2739 
        
                    posted 13 years ago by pmw57
            Standard hasClass, addClass, and removeClass functions.
-  reworked so that jsLint is happy about them
-  removeClass function trims things after removing a class name
- tests help to ensure that all common use-cases are covered
        
        
        
            2 
        
        
            3005 
        
                    posted 13 years ago by pmw57
            Cleaned up (with the help of jslint.com)  versions of cookie handling functions
        
        
        
            0 
        
        
            3358 
        
                    posted 14 years ago by pmw57