गति की अवधि में इन बराबर हैं?jQuery चेनिंग प्रदर्शन
$(this).attr("date",date);
$(this).attr("date_start",date_start);
$(this).attr("heure_start",heure_start);
या
$(this).attr("date",date).attr("date_start",date_start).attr("heure_start",heure_start);
यहां तक कि अगर दूसरा तेजी से होता है यह बेहतर है यह कोड अधिक पठनीय बनाने के लिए अलग लिखने के लिए?
और यह भी जब सही ढंग से प्रारूपित पढ़ने में आसान IMO –
एक पूर्ण विवरण के Thats! –