JQuery 1.9.1 dialog pop up not working in 2.1.4 version

JQuery 1.9.1 dialog pop up not working in 2.1.4 version

HI, I modified from 1.9.1 to 2.1.4 JQuery version. But after modified alert dialog pop up not working ? will 2.1.4 support backward compatibility ?  I'm using IE 11 browser. Please help me to resolve. Thanks in advance. 

Newer:
<script src="jquery/jquery-2.1.4.js"></script>
Older:
<script src="jquery/jquery-1.9.1.js"></script>
<script src="jquery/ui/jquery.ui.core.js"></script>
<script src="jquery/ui/jquery.ui.widget.js"></script>
<script src="jquery/ui/jquery.ui.mouse.js"></script>
<script src="jquery/ui/jquery.ui.draggable.js"></script>
<script src="jquery/ui/jquery.ui.position.js"></script>
<script src="jquery/ui/jquery.ui.resizable.js"></script>
<script src="jquery/ui/jquery.ui.button.js"></script>
<script src="jquery/ui/jquery.ui.dialog.js"></script>