David Bruant (2013-07-28T14:10:40.000Z)
Le 28/07/2013 16:03, Alexandre Morgaut a écrit :
> Using a method would be jQuery like:
> -> http://api.jquery.com/first/
> -> http://api.jquery.com/last/
> but jQuery didn't had much choice has JS getter / setter are not supported by older browsers
If it's added, let's build for the future and make a getter. People who 
want IE8- support can always use [.length - 1]

David
domenic at domenicdenicola.com (2014-05-14T17:01:32.980Z)
Le 28/07/2013 16:03, Alexandre Morgaut a écrit :

> but jQuery didn't had much choice has JS getter / setter are not supported by older browsers

If it's added, let's build for the future and make a getter. People who 
want IE8- support can always use `[.length - 1]`