k$.$
In order to operate independently from jQuery, it helps
for Kickstart to have its own element selector similar to
jQuery's $
. Kickstart uses k$.$
This technique is what keeps kickstart.js tiny yet unobtrusive if you do decide to use jQuery.
If you're new to bare JavaScript but have some experience with jQuery, you should know You Might Not Need jQuery.