Jquery modal not working second time-Collection of common programming errors

I am developing one application using codeigniter. In this application got a problem that modal window is not opening second time.

In detail .

I have form(view) which contains two select box and search button. User will select the options then click on search button it will display a paginated result . I am using ajax to get the result. The pagination is also based on ajax. On this table result user can edit or update any of the records. Here comes the issue. I am displaying the update form inside a modal window. Inside that modal window I have to do some jquery validations. For that I am including jquery library. The moment when I hit on the edit button for the first time, the modal window is showing and second time it is throwing an error

Uncaught TypeError: Object [object Object] has no method 'modal' 

If I removed the jquery library from the modal window then it is working fine.

The code which I am using on this is

My first view

Originally posted 2013-11-15 09:07:37.