I have broken down this equation into factorials, but I'm unsure of where to go from here. This may not even be the right approach to solve this binomial transform. Any help would be appreciated.
\begin{align*} &\sum_{k=0}^n(-1)^{n-k}{n\choose k}{n+jk\choose jk}=j^n\\ &\sum_{k=0}^n(-1)^{n-k}\frac{(jk+1)(jk+2)\dots(jk+n)}{(n-k)!\,k!}=j^n \end{align*}
Recall that, if $p(x)$ is a polynomial of degree $n$, $$\sum_{k=0}^n(-1)^{n-k}\binom nkp(x+k)$$ is $n!$ times the leading coefficient of $p(x)$ (this may be proven by induction). Now, select $$p(x)=\frac{(jx+n)(jx+n-1)\cdots (jx+1)}{n!},$$ which is a polynomial of degree $n$ with leading coefficient $j^n/n!$. For integer $k$, $$p(k)=\frac{(jk+n)(jk+n-1)\cdots(jk+1)}{n!}=\binom{jk+n}{n}=\binom{n+jk}{jk}.$$ So, $$\sum_{k=0}^n(-1)^{n-k}\binom nk\binom{n+jk}{jk}$$ is $n!$ times the leading coefficient of $p(x)$, i.e. $j^n$.