$("h2").each(function() ( var wordArray = $(this).text().split(" "); var finalTitle = ""; for (i=0;i<=wordArray.length-1;i++) ( finalTitle += wordArray(i); if (i == (wordArray.length-2)) ( finalTitle += " "; ) else ( finalTitle += " "; ) ) $(this).html(finalTitle); ));
Transformă acest lucru:
Screencast nou: primele zece minute cu TypeKit
În acest sens:
Screencast nou: primele zece minute cu TypeKit