Currently, I am working on a page that involves fetching data using ajax and dynamically adding it to an HTML table. Everything is functioning as expected except for one column where I am attempting to style a link as a jQuery button. The CSS class used for the button is consistent throughout the application and works perfectly in all other instances. However, when added dynamically to the row, the link appears as a regular hyperlink instead of being styled as a jQuery button.