Personal tools

User:Serkan/test2/known1: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 46: Line 46:
     } );   
     } );   
} );
} );
$('#example tbody td img').live( 'click', function () {
        var nTr = $(this).parents('tr')[0];
        if ( oTable.fnIsOpen(nTr) )
        {
            /* This row is already open - close it */
this.src ="/resource_browser/extensions/SemanticMediaWiki/skins/images/info.png";
            oTable.fnClose( nTr );
        }
        else
        {
            /* Open this row */
            this.src ="/resource_browser/extensions/SemanticMediaWiki/skins/images/info.png";
            oTable.fnOpen( nTr, fnFormatDetails(nTr), 'details' );
        }
    } );
</script>
</script>



Revision as of 10:22, 15 April 2013

known motifs