Uses the right method setAttribute.
Works better, and the html elements get their attributes.
This commit is contained in:
		| @@ -297,8 +297,8 @@ | ||||
|  | ||||
| 				while( matchesClass = mardownClassRegex.exec( classes ) ) { | ||||
| 					console.log("attr='" + matchesClass[1] + "'='" + matchesClass[2] + "'"); | ||||
| 					element.parentNode.attributes[matchesClass[1]] = matchesClass[2]; | ||||
| 					console.log("=>'" + element.parentNode.attributes[matchesClass[1]] + "'"); | ||||
| 					element.parentNode.setAttribute(matchesClass[1], matchesClass[2]); | ||||
| 					console.log("=>'" + element.parentNode.attributes[matchesClass[1]].nodeValue + "'"); | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user