Changes between Initial Version and Version 1 of Ticket #4373
- Timestamp:
- Mar 18, 2009, 9:56:14 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4373
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
worksforme
-
Property
Status
changed from
-
Ticket #4373 – Description
initial v1 4 4 5 5 Code example: 6 {{{ 6 7 <script src="http://code.jquery.com/jquery-latest.js"></script> 7 8 <button onclick="$.post('save_defaults','')">Send</button> 8 9 }}} 9 10 Same problem with $.get $.ajax and $.post . 10 11