[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

jQuery Animate when data returned from the database

Asked by zloy_ochen in Jquery, Asynchronous Javascript and XML (AJAX)

Tags: jquery, ajax, animate, javascript

Hi guys, Ive spent the whole day (thats 8 hours straight) trying to get a simple jQuery function to work but failed miserably!!! Im very very new to the jQ scene and I know I have a lot of catching up to do!
Could somebody get this to work for me ???

All i want is following functionality, when user clicks:
1.the box with info fades out
2. when data returned from the database the box fades in with the new data!

What happens now is while the box, fading out, i can see new set of data already loaded and thats a complete FAIL of what I intended to do. Please note since i've mentioned im very new to jQuery code and still learning I'd appreciated if someone could post actual solution rather than direction to it. Thank you in advance!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
$(document).ready(function() {
 
$("ul.sc_menu a").click(function()
{
 
$('#content #mainbg #infobox #trackinfo').animate({opacity:"0"});
 
$.post('projects-agent.php', {'title': $(this).text()}, function(data)
{
$('#content #mainbg #infobox #trackinfo').html(data);
$('#content #mainbg #infobox #trackinfo').animate({opacity:"1"});
 
});
return false;
});
});
[+][-]10/22/09 05:55 AM, ID: 25633517Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Jquery, Asynchronous Javascript and XML (AJAX)
Tags: jquery, ajax, animate, javascript
Sign Up Now!
Solution Provided By: TheFoot
Participating Experts: 1
Solution Grade: A
 
[+][-]10/22/09 02:29 PM, ID: 25639245Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/22/09 02:39 PM, ID: 25639341Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/22/09 02:42 PM, ID: 25639370Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/26/09 07:24 AM, ID: 25662520Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625