[jQuery] TextArea formatting

2009-12-07 Thread James W
Hello, I am posting a contact form via ajax to a classic asp page. If I post the following in the comments: Line1 Test Line2 Test Line3 Test Line4 Test The results emailed in the form are as follows Line1 Test Line2 Test Line3 Test Line4 I have tried updating the asp page and replacing the li

[jQuery] Ajax Request Order

2009-10-10 Thread James W
Hello, I have a page that makes two ajax calls when the function is called. I have noticed while testing the page that sometimes the second request does not run, the first request works but then sometimes the second ones gets skipped. Is there a way to make sure the second request fires only aft

[jQuery] jquery validate

2009-08-29 Thread James W
Hello, I am using jquery validate on one of my pages with a submit handler, Can anyone let me know how I can specifiy which layer should contain the error messages?. Here is the code I want to change: $(document).ready(function(){ jQuery(function() { var v = jQuery("#PropertyFor

[jQuery] Jquery Superfish Ajax Call

2009-07-30 Thread James W
Hello, Does anyone know if it is possible to use AJAX calls with the superfish menu? and if so does anyone have any sample code to illustrate how? Instead of calling a link I would like to use the menu to load content into a container but only on certain menus. Thanks James

[jQuery] Jquery Pass Layer Name

2009-07-18 Thread James W
Hello, I am trying to load a report onto my page via ajax, the code post below currently works but what I would like to be able to do is pass the layer into which the results of the ajax request should be loaded as there are lots of boxes within the reports that require new data to be loaded on d

[jQuery] Jquery Pass Layer Name

2009-07-18 Thread James W
Hello, I am trying to load a report onto my page via ajax, the code post below currently works but what I would like to be able to do is pass the layer into which the results of the ajax request should be loaded as there are lots of boxes within the reports that require new data to be loaded on d

[jQuery] Validate first and the carry on

2009-07-01 Thread James W
I am using some jquery code to validate a form and then post the results of the form via an ajax request to a script. I am struggling with the code as when I click submit the form validates but then also makes the ajax request. What I would like to be able to do is validate the form and then if th