firefox firephp开发环境配备

WBOY
Release: 2016-06-13 13:17:10
Original
961 people have browsed it

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();
    Copy after login
    ?


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

var options = {?

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

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

? ?}?

};?

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

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


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!