Old JQuery codes in Dreanweaver cs6

Old JQuery codes in Dreanweaver cs6

Hi Guys.
   I recently started with Mobile Apps using Dreamweaver which kind of makes things easier but I found out the codes which Dreamweaver is using are all outdated and needed to change Jquery and JS and related css files. Since I replaced them all the icons are gone. What am I doing wrong ?


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>moapp</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="jquery-mobile/jquery.mobile-1.4.5.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-mobile/jquery.mobile.theme-1.4.5.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-mobile/jquery.mobile.structure-1.4.5.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-mobile/jquery.mobile.external-png-1.4.5.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-mobile/jquery.mobile.icons-1.4.5.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-mobile/jquery.mobile.inline-png-1.4.5.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-mobile/jquery.mobile.inline-svg-1.4.5.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-mobile/jquery.mobile-1.4.5.min.map" rel="stylesheet" />

<script src="jquery-mobile/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="jquery-mobile/jquery.mobile-1.4.5.min.js" type="text/javascript"></script>



Could anyone please help?

Thank you


Falkon