Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jaguar15

  1. jaguar15

    How to parse xml key name and its value using javascript?

    I am reciving an xml data like the example below from a remote api. Could any one show me how i can get the key names and its corresponding key values and print them?For example i want to print all categoryIcon and category values.Thanks javascript ...
  2. jaguar15

    Looking for working phonegap/cordova plugin that plays m3u8 on Android?

    Hi all. Could any one point me to working phonegap/cordova plugin that plays m3u8 on Android device?I want to call the plugin from javascript and pass it m3u8 url. Thanks in advance.
  3. jaguar15

    How to append/save pairs of data into dynamic javascript array and pass it to second function?

    I am trying to convert the following hardcoded pairs of data to dynamic javascript array and use that array in saver function? files: [ {'url': '<?PHP echo $imagePath1_Value; ?>', 'filename': '1.jpg'}, {'url': '<?PHP echo $imagePath2_Value; ?>', 'filename': '2.jpg'}...

Part and Inventory Search

Back
Top