[jQuery] how to do some animation when the page loads?

2010-01-09 Thread Oliur
when the DOM is ready you can write $(document).ready(function(){ $(#divname).hide(); }); Say now, you want to try and do some animation done by default, (in the below example I have done some animation only when the user do mouse over, how can i do that by default as in when the page loads)

[jQuery] How to do refresh only when new tweet is added.

2009-10-27 Thread deep
Hello I have scripts which refreshes my file after few seconds. but i want it should refreshes only when that file is got new data(new tweets) index.php script $(document).ready(function() { $(#responsecontainer).load(index-tweet.php); var refreshId = setInterval(function() {

[jQuery] How to Do This

2009-09-01 Thread bharathbhooshan ambati
Hi I have seen one site which consists of share/Email in a single tab. Can any body tell me hw to do this FYI.. site: http://www.networkworld.com/news/2009/083109-vmworld-xen-cloud-initiative.html?ts0hbstory=vmworld Please find the attachment -- భరత్ భూషణ్ అంబటి attachment: imp.JPG

[jQuery] How to do can promise my event will be executed first when i add a event listenser?

2009-04-07 Thread Jackal
as title, thanks.

[jQuery] how to do error handling in ajax

2009-03-14 Thread prashantroy1...@gmail.com
Hi Jquery guys, I am using below syntax for ajax error handling, but I never got any specific error details. its always undefined. function Error(xhr, ajaxOptions, thrownError) { // dump is javascript dump dump(xhr, true); dump(ajaxOptions, true);

[jQuery] how to do '++' in jQuery

2009-01-21 Thread David .Wu
some times we want to do some animation we use xxx.width++ in jQuery we give value like this $('xx').width(value) how to do ++ thing in this way?

[jQuery] How to do anything after animate finished

2008-11-11 Thread David .Wu
Hi everybody This my testing gallery slider, it will count image's amount, and prevent it not to outside the wrapper, but I got one problem, if user click button after the animation finished, it's done well, but if user click too fast, the js will not catch the left property in time correctly,

[jQuery] how to do it?

2008-10-23 Thread mwaloos
Hi, I'm trying to make a little different code than below. I would put on the bottom new tabs(id=fragment-5, id=fragment-5). Text from new tabs after clikc should be display in the same border as id=fragment-1 or 2, 3. It doesn't work well. U can see just copy the code? I dont need ul on the

[jQuery] How to do something using JQuery

2008-09-05 Thread SEMMatt2
Hello, I am fairly new to JQuery but it's so nice and simple to use that as soon as I have some direction I can take it from there. So, my question is, can anyone direct me regarding this project: I have a list of names (maybe a few hundred). Each name will have a checkbox next to it. After

[jQuery] How to do a document.getElementById(mytextbo).select() in jquery?

2008-05-12 Thread eric . advincula
I've been searching and i'm not quite sure how to do it. Anyone else know how? Thanks