You spelled function 'funtion' and the first thing you do is return
false, so everything after that is ignored--by js and me :)

On May 2, 12:39 am, Amit <amit.mca...@gmail.com> wrote:
> $(document).ready(
>         funtion(){
>         return false;
>             $("#send").click(
>                 function(){
>                     $.post("lib/ajax/requests.php",
>                                 {
>                                     action: "postrecommendmypros",
>                                     projectname: {ALL_SEARCH_TXT},
>                                     firstname: {CLIENT_FIRSTNAME},
>                                     lastname: {CLIENT_LASTNAME},
>                                     id: {CLIENT_LASTNAME},
>                                     project_id: {ALL_REQUEST_PID},
>                                     url:{ALL_MY_REQUESTS_REDIRECT},
>                                     id: {EMAIL_UID}
>                                 },
>                                 function(data){
>                                     
> window.location={ALL_MY_REQUESTS_REDIRECT};
>                                 }
>                         );                   
>                     return false;
>                 }
>                 showNotice('Response posted!','Project '+ projectname);
>             );
>         }
>     );   --
>
> Regards,
>
>
>
> Amit Kr. Sharma
>
>
>
> Mobile: 09780141161
>
>
>
> Profile:  http://www.linkedin.com/in/amit2sharma
>
>
>
> Email id: amit.mca...@gmail.com
>
>
>
>  
>
>

Reply via email to