Javascript is not my forte, so excuse me if this is incredibly obvious.
I'm working on some code that creates a local database and table, retrieves an RSS feed, parses it, and ...
I have a function here for centering an element within it's parent.
Check out the demo: http://jsfiddle.net/kE9xW/1/
right now it's only applying the centering to the first element, how do i ...
I'm trying to loop all matched results so they appear in a list form. I have tried using $('div#comments').html(commentdata); - but it only shows me the first match of data / ...
I have a function timeAgo to which i have to pass timestamp like this...
$.timeAgo(timeStamp);
it replaces the text with a specific time format.
I have huge ul li structure like this..
I want to make a if loop according to what returns html(data), so how can I get in my ajax script a var returned by "form_treatment.php" ? I want to close ...