Showing posts with label jquery ajax. Show all posts
Showing posts with label jquery ajax. Show all posts

Thursday, 12 May 2016

Create News Feed In PHP

Code To Create A Simple News Feed In PHP Use Ajax & Jquery To Fetch & Populate News Feed . Make Ajax Call From Page Control Will go to specified PHP page through ajax call then fetch data in that PHP page and send data to callback to Ajax Call See A simple Example below :- HTML PAGE CODE <html> <head> //Required CSS / JSS Files </head> <body> <div...

Saturday, 30 April 2016

Parse Json file In Jquery Ajax

See Running Demo Here -Demo For Parsing Json File In Jquery Json File Data  [     {         "alignment1": "TM"     },     {         "alignment2": "TLBR"     },     {         "alignment3": "BL"     },     {         "ruleTimer":...

Parse Json file In Jquery Ajax With Object Under Object

See Running Demo Here -Demo For Parsing Json File In Jquery Json File Data  [     {         "alignment1": "TM"     },     {         "alignment2": "TLBR"     },     {         "alignment3": "BL"     },     {         "ruleTimer":...