for (i = 0; i < cRowCount / 5; i++) {
link = $('<a/>').attr({
href : '#',
id : $(this).attr('id') + (i + 1),
class: 'myLink'
});
$(this).append(link + " ");
}
When I am appending the link to my component it is not giving me the link. Instead it is showing following thing that to without a hyperlink.
[object Object] [object Object] [object Object]