¡@

Home 

2014/10/16 ¤W¤È 12:09:20

jquery Programming Glossary: testingcase

How can I change HTML attribute names with jQuery?

http://stackoverflow.com/questions/317170/how-can-i-change-html-attribute-names-with-jquery

can I change HTML attribute names with jQuery I would like to change all the names of the attributes where class testingCase throughout all my whole html document. e.g. Change a class testingCase href # title name of testing case Blabla a a class.. all the names of the attributes where class testingCase throughout all my whole html document. e.g. Change a class testingCase href # title name of testing case Blabla a a class testingCase href # title name of another testing case Bloo a To this.. all my whole html document. e.g. Change a class testingCase href # title name of testing case Blabla a a class testingCase href # title name of another testing case Bloo a To this a class testingCase href # newTitleName name of testing case Blabla..