p4ulypops / jquery-clean

Automatically exported from code.google.com/p/jquery-clean
0 stars 0 forks source link

Unwanted class removal. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Adding a class to any HTML element.
2. Run the plugin on the HTML.
3.

What is the expected output? What do you see instead?

For some reason the class attribute is being removed from the element.  I can 
enter <span class="something">Some text</span> and the formatted code comes out 
as <span>Some text</span>.

I have made changes to the original file to allow for some custom attributes 
and it allows them as I have configured.  I have used both my altered config 
and the original js file with the same problem.

What version of the product are you using? On what operating system?

Version 1.2.3 - Windows 7 64BIT

Please provide any additional information below.

Original issue reported on code.google.com by jamesmth...@gmail.com on 1 Aug 2010 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by antixsof...@gmail.com on 18 Mar 2011 at 9:22

GoogleCodeExporter commented 9 years ago
v1.2.6 has a fix for this 
would you be able to verify its working for you?
ta, Ant

Original comment by antixsof...@gmail.com on 18 Mar 2011 at 9:41

GoogleCodeExporter commented 9 years ago
Thanks - it was for an old project and was resolved at the time I remember.

Original comment by jamesmth...@gmail.com on 18 Mar 2011 at 9:44