MallSerg, зачем вообще Jquery?
<style type="text/css">
b { font-size: 14pt }
[id^="elastic"]{
-webkit-animation: gogo 1s;
-webkit-animation-iteration- count: 2;
animation: gogo 1s;
animation-iteration-count: 2;
}
@-webkit-keyframes gogo{
0% { font-size: 14pt }
50% { font-size: 24pt }
}
@keyframes gogo{
0% { font-size: 14pt }
50% { font-size: 24pt }
}
</style>
<b id="elastic">Text Текст</b><br>
<b id="no_elastic2">Text Текст</b><br>
<b id="elastic2_asdf">Text Текст</b><br>
<b id="no_elastic3">Text Текст</b><br>
P.S. Используйте [html run]...[/html] для наглядности.