wp/wp-admin/js/xfn.js
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
       
     1 /**
       
     2  * Generates the XHTML Friends Network 'rel' string from the inputs.
       
     3  *
       
     4  * @deprecated 3.5.0
       
     5  * @output wp-admin/js/xfn.js
       
     6  */
     1 jQuery( document ).ready(function( $ ) {
     7 jQuery( document ).ready(function( $ ) {
     2 	$( '#link_rel' ).prop( 'readonly', true );
     8 	$( '#link_rel' ).prop( 'readonly', true );
     3 	$( '#linkxfndiv input' ).bind( 'click keyup', function() {
     9 	$( '#linkxfndiv input' ).bind( 'click keyup', function() {
     4 		var isMe = $( '#me' ).is( ':checked' ), inputs = '';
    10 		var isMe = $( '#me' ).is( ':checked' ), inputs = '';
     5 		$( 'input.valinp' ).each( function() {
    11 		$( 'input.valinp' ).each( function() {