Hi All,
I am in the process of migrating my Drupal 6 site to Drupal 7. As a result i am facing some issues with the code.
The calling of javascript laced with jquery etc is different in Drupal 7 is what i have read.
This is the image of the page i had in Drupal 6.
On change of the dropdown box, the table above it gets populated with projects belonging to that status. This works fine in Drupal 6.
But in Drupal 7 i see this javascript error
This is the form element for the Dropdown in my php file.
And this is the JavaScript
i have modified it with the additional tags for Drupal 7 (function$){ .. })(jQuery); . These tags were not needed in Drupal 6.
Would like to have your suggestions as to what additional change needs to be done for proper javascipt calling in Drupal 7