Apply autocomplete to multiple input fields

Apply autocomplete to multiple input fields

Hi All

I have an issue for a feature I'm creating. Basically I want the user to add their specialities to their profile. I have created a form and have got the page adding additional fields by clicking a button. See the JSFiddle code here:

http://jsfiddle.net/wowdesignsolutions/X5Efu/6/

The issue I'm having is getting the "autocomplete" to work on the new input fields that are created. I want ALL the new input fields, and the original one, to use the same autocomplete. The actual autocomplete list is produced from a database, but I've hard coded it in for the example.

Any ideas on how to activate the autocomplete on all the new rel="autocomp" input fields?

Cheers
G