Skip to content

Instantly share code, notes, and snippets.

@varunsridharan
Last active October 8, 2020 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varunsridharan/9db693b2fbb1eb2c330c3a5fd282d471 to your computer and use it in GitHub Desktop.
Save varunsridharan/9db693b2fbb1eb2c330c3a5fd282d471 to your computer and use it in GitHub Desktop.
domQ Gist
/**
* Copy A Attr Value From 1 To Another
*/
domQ( "p" ).copyAttr( "data-existingName", "data-newName");
domQ( "p" ).hasAttr( "myattr" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment