equal
deleted
inserted
replaced
|
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() { |