Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/240.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 在外部页面中,使用select选项获取并显示jQuery同位素的过滤值_Javascript_Php_Jquery_Jquery Isotope - Fatal编程技术网

Javascript 在外部页面中,使用select选项获取并显示jQuery同位素的过滤值

Javascript 在外部页面中,使用select选项获取并显示jQuery同位素的过滤值,javascript,php,jquery,jquery-isotope,Javascript,Php,Jquery,Jquery Isotope,我有两个页面-apple.php和red-apples.php <div id="grab-filtered-data"> // filtered-data-of isotope from apples.php, when a1 is selected </div> apples.php <div id="grab-filtered-data"> // filtered-data-of isotope from apples.php, when a1

我有两个页面-apple.php和red-apples.php

<div id="grab-filtered-data">

// filtered-data-of isotope from apples.php, when a1 is selected

</div>
apples.php

<div id="grab-filtered-data">

// filtered-data-of isotope from apples.php, when a1 is selected

</div>
HTML

现在我想要red-apples.php,在加载时加载/open/echo,并显示一个div

red-apples.php

<div id="grab-filtered-data">

// filtered-data-of isotope from apples.php, when a1 is selected

</div>

有什么线索吗?

线索是:red-apples.php$document.readyfunction{$'grab-filtered-data'。加载'apples.php.同位素';};线索是:red-apples.php$document.readyfunction{$'grab-filtered-data'。加载'apples.php.同位素';};