Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5591 mandeep.dh 1
$(function() {
2
    $('#newSupplier').live('submit', function() {
3
 
4
    });
5
 
6
    $('#editSupplier').live('submit', function() {
7
 
8
    });    
9
});