JResponsive issue

JResponsive issue

I am trying to use JResponsive
http://jresponsive.is-great.net

I am able to make it work however the animation it produces is only applied to the first DIV i attempt to apply it to.

i have tried calling it with the following syntax's

1)
$(#div_one_ID).jresponsive(){ array of properties}
$(#div_two_ID).jresponsive(){ array of properties}
$(#div_three_ID).jresponsive(){ array of properties}

2)
$(.class_name).jresponsive(){ array of properties}

regardless of which syntax i use (one declaration using a class name or multiple using individual ids) the animation which occurs on resize is only applied to the first div which should be effected.

However all selected divs have their size modified by jresonsive when the page loads. This proves that both syntaxes are targeting all of the DIVS.

WHat could be causing this issue