Skip to content

Instantly share code, notes, and snippets.

@isnifer
Last active December 20, 2015 20:49
Show Gist options
  • Save isnifer/6193213 to your computer and use it in GitHub Desktop.
Save isnifer/6193213 to your computer and use it in GitHub Desktop.
И уж тем более никогда не делайте так
<script type="text/javascript">
$(function() {
var availableTags = [
<? foreach($arItems as $arItem):?>
{label: "<?=$arItem['NAME']?>", value: "<?=substr($arItem['XML_ID'], 3)?>"},
<? endforeach;?>
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment