I\'m using ryan bates nested form gem. - https://github.com/ryanb/nested_form
In nested form I have a textfield for jQuery datepicker.
My Problem is when I \"
try adding the datepicker pluging after the row creation too :
it would look like this (the function names and class names will be different of course)
function addTask() { ...... ...... $("textfield-slector").datepicker(); }