html - Is possible change css inline <div id="feedback_xxx" -


is possible change css inline <div id="feedback_xxx" css? id variable

example:

<div id="feedback_0gj0ftyrmdv0nl50j" <div id="feedback_0gj0ftyrmdv0nl55l" <div id="feedback_00j0ftyrmdv0nl50j" 

rules css?

you can't in css.

but can using jquery

here's how assign id programmatically

$('#oldid').attr("id","#newid"); 

Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -