Template:Team:HokkaidoU Japan/LargeDropDown/JS

From 2014.igem.org

(Difference between revisions)
Line 22: Line 22:
* expand the span element (title) to 510px
* expand the span element (title) to 510px
*/
*/
-
$menu.children('li').slice("1,4")(function(){
+
$menu.children('li').each(function(){
var $this = $(this);
var $this = $(this);
var $span = $this.children('span');
var $span = $this.children('span');

Revision as of 13:01, 4 October 2014