I'm working on a NewForm.aspx in SPD. The form controls and labels have an ID such as "ff6{$Pos}", "ff4description{$Pos}" and so forth. As I mouse over those items, I see SPD calls it a "code hyperlink" but googling that term lead me nowhere.
I'm working on some javascript code that will run on the form after it loads. I'm using jQuery and would like to reference the form elements using their HTML ID values. I'm writing the js code there on the page in SPD.
Is there a way of writing the javascript code so I can use those SPD-generated variables (e.g. "ff4description{$Pos}") so they get replaced with the actual values the same way the form elements themeselves get it? Some sort of "yeah, wrap it in percent symbols" thing?