User Profile

Collapse

Profile Sidebar

Collapse
baehr
baehr
Last Activity: Nov 4 '11, 11:18 PM
Joined: Feb 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Javascript call function once loop finishes and jQuery populates content

    I'm trying to get my jQuery to work in this flow:

    1.) Parse json using $getJson 2.) Loop through returned JSON and create divs for each JSON item 3.) Once done, repeat but instead with another json file and append the results to the existing results.

    But as of now I can't call another function AFTER the first loop is done, because the function gets called before the page is populated. How can I finish the populating...
    See more | Go to post

  • baehr
    replied to Retrieve value of a textarea with PHP
    in PHP
    *bump*
    I hope someone's there :]
    See more | Go to post

    Leave a comment:


  • baehr
    started a topic Retrieve value of a textarea with PHP
    in PHP

    Retrieve value of a textarea with PHP

    Would anyone perhaps know how to get the value of a specific element in an HTML document with PHP? What I'm doing right now is using file_get_conten ts to pull up the HTML code from another website, and on that website there is a textarea:

    Code:
    <textarea id="body" name="body" rows="12" cols="75" tabindex="3">Hello, World!
    
    </textarea>
    What...
    See more | Go to post
No activity results to display
Show More
Working...