Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • js
  • carpark-positions-events.js
  • 基础数据功能完善
      7065e32b
    李强 authored
    2016-06-29 11:27:21 +0800  
    Browse Code »
carpark-positions-events.js 293 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
$(function(){
	
	$('#backUp').on('click',function() {
		
		// 获取返回元素并修改url地址
		$('#backUp').attr('href','list.html?');
		
	});
	
	$('#edit').on('click',function() {
		
		$.get('edit_select.html', function(m){$(pjaxContainer).append(m);});
		
	});
	
	 
});