jquery.format icon indicating copy to clipboard operation
jquery.format copied to clipboard

An extensible jQuery plugin to pretty-print or minimize XML, JSON, CSS, and SQL strings.

Results 2 jquery.format issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: ``` $.format("") ``` Actual Output: ``` ``` Expected Output: ``` ``` Workaround: I was able to naively workaround this by doing a replace on the string before...

Format plugin only supports form elements (input, textarea).