Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 52: | Rivi 52: | ||
jQuery( document ).on( 'click', '.jwImageSelectShowMore', function() { | jQuery( document ).on( 'click', '.jwImageSelectShowMore', function() { | ||
var me = jQuery( this ); | var me = jQuery( this ); | ||
var images = me.closest( '.inputSpan' ).find( '.jwImageSelect_images' ); | var images = me.closest( '.inputSpan' ).find( '.jwImageSelect_images' ); | ||
addImages( images, iAdded, 4 ); | addImages( images, iAdded, 4 ); | ||
if ( imageA.length < iAdded+4 ) { | |||
me.attr( 'disabled', 'true' ); | |||
} | |||
}); | }); | ||


