Skip to content

Instantly share code, notes, and snippets.

View veged's full-sized avatar
🧘‍♂️
Fais ce que dois, advienne, que pourra

Sergey Berezhnoy veged

🧘‍♂️
Fais ce que dois, advienne, que pourra
View GitHub Profile
$.each(first, function(i) {
var keepLoop = true;
$.each(second, function(j) {
if (j == 3) return keepLoop = false;
});
return keepLoop;
});
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="index.xsl"?>
<page xmlns:xi="http://www.w3.org/2001/XInclude"/>