Home  >  Article  >  Backend Development  >  firefox firephp开发环境配备

firefox firephp开发环境配备

WBOY
WBOYOriginal
2016-06-13 13:17:10959browse

firefox firephp开发环境配置

?

  1. php开发相关
    firefox3.6
    firebug 1.7.3
    firephp 0.5.0

  2. $("#docDirId").val(selectNode.attributes.id);
    		var options = { 
    			    success:    function(data) { 
    			    	$("#docDirName").val(eval("("+data+")").filepath);
    			    } 
    			}; 
    		$('#dirForm').ajaxForm(options);
    		$("#dirForm").submit();
    ?


$("#docDirId").val(selectNode.attributes.id);

var options = {?

? ?success: ? ?function(data) {?

? ? $("#docDirName").val(eval("("+data+")").filepath);

? ?}?

};?

$('#dirForm').ajaxForm(options);

$("#dirForm").submit();


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn