Search:
Type: Posts; User: webevelopersFTW
Search :
Search took 0.04 seconds.
Changed it to
if(!postsLocated){ //there were no more posts
loadMore.text('We are done here!');
}
No thats not working :-(
and I have the jquery library loaded, i have never used mooTools
so I replace
if(!postsLocated){
alert(postsLocated)//if this alerts false ONLY when there are no more posts, you are on the right track
}
to this?
It works!!! Thank you! Now how to I get that to make the button say "we are done" .
Again thank you so much!
Thanks for the help!
OK, I am getting the "true" alert every time I load a set. However I am not getting an alert when when I run to the end of the database.
This is the section of the code...
Been trying to get that to work for about 4 hours, cant get it to work...
this is the source
http://goo.gl/TsL3O
demo here
goo.gl/E03KY
I guess, I don't know how to now tie that into the button.
Yea, kinda lost, think you can offer up anymore help...
I have been trying for 2 hours now not getting very far. I understand if your fed up with this thread.
Is this what you are talking about?
Thank you for the help.
var postHandler = function(postsJSON) {
$.each(postsJSON,function(i,post) {
//post url
var postURL = '' + domain...
How would I do this ?
Would I use something like jQuery.isEmptyObject()?
Or what is the best way for me to do this?
Is there anyway you could point me in the right direction? The php is,
<?php
/* settings */
session_start();
$number_of_posts = 1; //5 posts will load at a time...
I have this up and running
Demo here
goo.gl/E03KY
Source here
http://goo.gl/TsL3O
It is a twitter like load more widget. My question is, is there a way when i reach the end of my database...
First off I don't know where on the forum, I should be posting this. I think that the .htaccess file would be my best chance to do this. So please be kind.
i want to post a link for users to...
here is a crazy question. can you see why this would break in ie8 is there a way i can do it so it will work in ie8.
form.find('.price').text(price);
I have this code that allows a select box change a price feild. it works fine however when i add something to the cart the select box still changes but the value (in the cart) does not.
im...
Can anyone help me try to add the new value that i got out of the select box to the price area
<option value="<?php echo $row_RecordSetBottle['price'] + 5.00 ?>">
<?php echo...
The title of the page is A Fancy AJAX Contact Form. So your saying a AJAX form doesn't have any java script in it?
Stop being a little troll, and stfu.
http://tutorialzine.com/2009/09/fancy-contact-form/
I'm using the form above, and it works great in a table but once I take it out of the form it breaks the JavaScript. I just cant see why it...
I guess my question is how is ufile[] being differentiated?
Just kinda confused, can't find any documentation on it.
Thank you for the response.
On Validation I just want to make sure that there is something there.
this seems to be working but I know its not right
i have a up-loader that looks like this
.$_FILES['ufile']['name'][0];
.$_FILES['ufile']['name'][1];
so my html looks like this
No, only the map canvas div is in the new window :-(