jQueryã®ã³ã¼ããè¯ããã5ã¤ã®TIPS 5 Tips for Better jQuery Codeã§jQueryã®ã³ã¼ããè¯ããã5ã¤ã®TIPSãç´¹ä»ããã¦ãã¾ãã DOMä¸ã«ãã¼ã¿ãä¿åã§ããdataã¡ã½ããã使ãã $('selector').attr('alt', 'this is the data that I am storing'); // then later getting that data with $('selector').attr('alt'); ãaltããªã©ã®HTMLã«ãã¼ã¿ãä¿åãã¦ããã¨å¾ã§åãåºããªããªã£ã¦ãã¾ããã¨ãããããè¯ããªãã $('selector').data('meaningfllname', 'this is the data I am storing'); // then later getting the data with
{{#tags}}- {{label}}
{{/tags}}