- >
- <html>
- <head>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">script>
- <script>
- $(document).ready(function(){
- $(function () {
- $("#btn").bind("click", function () {
- var url = "http://104.211.243.204/?container=comedy-movies&blob=" + encodeURIComponent($("#itemList").val());
- //window.location.href = url;
- playVideo(url);
- });
- });
- });
- function playVideo(url){
- $("#divVideo video source").attr('src',url);
- $("#divVideo video")[0].load();
- }
- script>
- head>
- <body>
- <div id="divVideo">
- <video width="320" height="240" controls>
- <source type="video/mp4">
- video>
- div>
- body>
- <script>
- script>
- html>
storing json response in variable
i have tried this but didnot give me any output please help me regarding thsi.
Jayesh AgrawalPosted Mar 25, 2018, 1:06 PM
Mukesh NayakPosted Mar 26, 2018, 5:30 AM
Abhijeet PanpatilPosted Mar 26, 2018, 5:20 AM
Mukesh NayakPosted Mar 26, 2018, 2:20 AM