我有一个页面, 当页面启动时, 我用像这样的php 获得数据 。
<?php $data = $this->data;?>
然后我要将数据放入选中标签上, 即当页面打开时, 选择标签将会被定义, 而不单击用户, i 事情就像这样
$(document).ready(function(){
$("#Id").val(data);
});
但我的问题在于 JQuery 函数在另一个文件, 我的意思是不在 html 文件, 所以我如何将我从 html 上的 php 获得的数据发送到 jQuery 文件?
我有 html 页面, 使用 php 来获取一些数据
i 有 js 文件 js 文件, 我想使用此文件上的数据
如果我不能解释我的问题, 告诉我把代码
some code
html
<?php
$questionInfo = $this->questionInfo->fetch();
?>
<li>
<label>Type</label>
<select name="type"class="TypeSelector"></select>
<span class="errorMessage"></span>
</li>
jQuery
$.getJSON("http://localhost/Mar7ba/Type/getAllTypes/TRUE",function(data){
var options = ;
options+="<option>Select Type</option>";
for(var i=0;i<data.length;i++){
options += "<option value= "+data[i]+" >"+data[i]+"</option>";
}
if($("#addPlace #apTypeSelect").length){
$("#addPlace #apTypeSelect").html(options);
}
if($( .TypeSelector ).length){
$( .TypeSelector ).html(options);
$( .TypeSelector ).val("<?php echo $questionInfo[ typeName ]; ?>");
}
});
on jQuery , check the last line of my code that is what i want to do , but questionInfo is not identified
我无法使用JS 我的超长年龄, 因为我所有 weblishe有相同的 高度,所以每个年龄开始 从身体", 不是从"