Title: plugins and jquery.post
Last modified: August 19, 2016

---

# plugins and jquery.post

 *  [paul3eb](https://wordpress.org/support/users/paul3eb/)
 * (@paul3eb)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/plugins-and-jquerypost/)
 * and i’m stuck. i’m calling this function in an admin subpanel:
 *     ```
       //gets the ipn info and alerts
       function getIPN(id)
       {
           jQuery.post("my_ajax.php"
                       , { ipn_id: ""+id+"" }
                       , function(data)
                           {
                               alert(data);
                           }
                       , "text"
                       );
       }
       ```
   
 * i’ve called it both in <a href=”javascript:getIPN(22)”.. and <a href=”#” onclick
   =”getIPN(22)”..
 * firefox 2 and 3 have a fine time handling it.. i think safari and chrome are 
   fine with it.. yet, ie6 bites the big one. any thoughts? i’ve also tried jquery.
   ajax, $.post (prefacing it appropriately to recognize the $). doesn’t matter..
   ie6 doesn’t like it.
 * i’m stuck and going to kick something.. any help would be greatly appreciated..
   thanks.

The topic ‘plugins and jquery.post’ is closed to new replies.

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 0 replies
 * 1 participant
 * Last reply from: [paul3eb](https://wordpress.org/support/users/paul3eb/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/plugins-and-jquerypost/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
