Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 3 of 3
Search took 0.22 seconds.
Search: Posts Made By: JohnGalt
Forum: Ajax and Design 01-31-2013, 08:46 AM
Replies: 4
Views: 567
Posted By JohnGalt
This is what it looks like now: <script> ...

This is what it looks like now:
<script>
$("#notify").click(function(){
$.ajax({
type: "POST",
url: "/.../sendEmail.php",
data: "{ 'body': 'TEST', 'to': '...', 'from': '...',...
Forum: Ajax and Design 01-30-2013, 05:11 PM
Replies: 4
Views: 567
Posted By JohnGalt
@DanInMa Good thinking, here goes the...

@DanInMa

Good thinking,
here goes the Output on the client side:
<p id="notify">Notify</p>

...
<script>
$("#notify").click(function(){
$.ajax({
Forum: Ajax and Design 01-30-2013, 04:49 PM
Replies: 4
Views: 567
Posted By JohnGalt
Question jQuery/AJAX send autogenerated Email without form and stay on page

Hello everyone,

I know this is a widely covered subject, but I kept searching the Web and couldn't find a solution for my specific problem.

What I am trying to do with jQuery/AJAX (as mentioned...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT +1. The time now is 12:42 PM.