Paulo-WORK wrote:
I have reached a solution for my problem with js.
Following all the sugestions and using jquery turned out to be quite
simple.
using .ide( ) and .show( ) i am able to change the #div with Js enabled
content and no js.
So defining with css for example:
#main{display:none;}
#m
Ashley M. Kirchner wrote:
$array1 = array(1, 2, 3, 4, 5, 6);
$array2 = array(1, 3, 2, 8, 9);
$diff1 = array_diff($array1, $array2);
$diff2 = array_diff($array2, $array1);
$result = array_unique(array_merge($diff1, $diff2));
=> (4, 5, 6, 8, 9)
2 matches
Mail list logo