Changeset 1948
- Timestamp:
- 09/25/2009 08:08:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/_inc/js/ajax.js
r1926 r1948 885 885 j("form#status-update-form").livequery('submit', 886 886 function() { 887 j('input#status-update-post').attr( 'disabled', 'disabled' ); 888 887 889 j.post( ajaxurl, { 888 890 action: 'status_new_status', … … 934 936 j("div.status-editable p, a#status-new-status").livequery('click', 935 937 function() { 938 j('div.generic-button a#status-new-status').parent().addClass('loading'); 939 936 940 j.post( ajaxurl, { 937 941 action: 'status_show_form', … … 1004 1008 j("a#status-clear-status").livequery('click', 1005 1009 function() { 1010 j(this).addClass('ajax-loader'); 1011 j(this).attr('style', 'vertical-align: middle; display: inline-block; overflow: hidden; width: 10px; text-indent: -999em' ); 1012 1006 1013 j.post( ajaxurl, { 1007 1014 action: 'status_clear_status',
Note: See TracChangeset
for help on using the changeset viewer.