Tagged: x Author Posts May 30, 2016 at 1:34 am #1016066 BenedictParticipant Hi Team, current i’m added below code to JavaScript. It working fine. IF wonder possible to add id? jQuery(document).ready(function($) { $(‘.x-brand’).attr(‘href’, ‘tel:1300xxxxxx’); }); May 30, 2016 at 1:38 am #1016068 BenedictParticipant This reply has been marked as private. May 30, 2016 at 1:40 am #1016070 Paul RModerator Hi, Thanks for writing in! You can also use the attr to add your id. eg. jQuery(document).ready(function($) { $('.x-brand').attr('href', 'tel:1300xxxxxx'); $('.x-brand').attr('id', 'my-id'); }); or jQuery(document).ready(function($) { $(".something").attr( { href:"tel:1300xxxxxx", id:"my-id" } ); }); Whichever you prefer. Hope that helps Author Posts <script> jQuery(function($){ $("#no-reply-1016066 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In