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,3").each(function(){
+
$menu.children('li').slice(1,3).each(function(){
var $this = $(this);
var $this = $(this);
var $span = $this.children('span');
var $span = $this.children('span');

Revision as of 13:05, 4 October 2014