Jump to content

Tate

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Tate's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 30 views no reply? this can't be that difficult.
  2. Ok so what I wan't to achieve is when I mouse over an element to make an ajax call to return json data that will then be turned into a JS object to be used in the current view. Is this the correct way of doing this? for some reason the object returned has no properties but it's showing in the console log as a correct object. $('element').mouseover(function(){ $.get('phppath', function(data) { var item = $.parseJSON(data); }); }); When I console.log the item it will display correctly, when I try to access its properties they result in undefined. eg item.property = undefined, item = [object]
  3. Super easy intro into AJAX Intact its how I started getting interested. Basically do server side actions with no page load! what more could you want!
  4. Tate

    Hello :)

    Hey PHP freaks! Just saying hello, I'm currently studying Web Development and have a somewhat passion for PHP development. Happy Holidays, hope to see you around. I can see myself learning a lot from these forums.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.