Hello, does anyone know where to put the ' target="_blank" ' attribute in order to make the user listed in the userlist opening to another page?
below is the code as gotten in the com_profiler:
// Add row click JS:
$js .= "$( '.cbUserListRow' ).click( function( e ) {"
. "if ( ! ( $( e.target ).is( 'a' ) || ( $( e.target ).is( 'img' ) && $( e.target ).parent().is( 'a' ) ) || $( e.target ).hasClass( 'cbClicksInside' ) || ( $( e.target ).parents( '.cbClicksInside' ).length > 0 ) || ( $( this ).attr( 'id' ) == '' ) ) ) {"
. "var index = $( this ).prop( 'id' ).substr( 3 );";
$_CB_framework->outputCbJQuery( $js );
Thanks a lot to whom can answer