User Profile

Collapse

Profile Sidebar

Collapse
AndreiaM55
AndreiaM55
Last Activity: Nov 28 '13, 04:44 PM
Joined: Sep 2 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AndreiaM55
    started a topic append div does't work

    append div does't work

    I have a big problem. I'm trying to append a new div but it doesn't work.

    My function is:

    Code:
    jQuery(function($){
        var $meter = $('#analog_meter'), count = 1;
        $('#addanalog').click(function(e){
            e.preventDefault();
            if(count > 2){
                alert("That's enough already!");
                return;
            }
            count ++;
    ...
    See more | Go to post

  • Is the server running on host “127.0.0.1” and accepting TCP/IP connections on port 54

    I have a problem when i try to access to postgresql:

    : pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? Can you help me please?

    And i don't have permission to access to folder lib.

    I've tried many solutions, but nothing works! I'm...
    See more | Go to post
No activity results to display
Show More
Working...