id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
11281,ajax partial render does not execute JQuery java script anymore,adrian_buciuman@…,adrian_buciuman@yahoo.com,"Hi,

I have a form in which I have this javascript:
jQuery.noConflict();jQuery(document).ready(function($) {
 $('#ruleDetailsForm\\:fromDateValue').datepicker({
changeYear: false,
changeMonth: false,
dateFormat: 'dd.mm.yy',
});
});

After an ajax request is submitted to the server and the specific part of the page is re-rendered, the JavaScript is not executed anymore (even if it's rendered in the same group).
Whenever a form submit is done and the whole page is re-rendered, this JavaScript works just fine.
Do you have any idea what can cause this strange behavior?",bug,closed,undecided,None,unfiled,1.7.1,invalid,,,,
