[jQuery] Re: Document traversing with jQuery + HTML 5 drag and drop

2009-12-15 Thread eid
No one? On Dec 10, 8:37 pm, eid php...@gmail.com wrote: Hello. I am coding some HTML 5 drag and drop support where the user can drag images from a library to a textarea, and the necessary HTML to include the image will then be added. The addition of the html is done through a function

[jQuery] Re: Document traversing with jQuery + HTML 5 drag and drop

2009-12-11 Thread eid
Bump On Dec 10, 8:37 pm, eid php...@gmail.com wrote: Hello. I am coding some HTML 5 drag and drop support where the user can drag images from a library to a textarea, and the necessary HTML to include the image will then be added. The addition of the html is done through a function

[jQuery] Document traversing with jQuery + HTML 5 drag and drop

2009-12-10 Thread eid
Hello. I am coding some HTML 5 drag and drop support where the user can drag images from a library to a textarea, and the necessary HTML to include the image will then be added. The addition of the html is done through a function that takes a li element as an argument and then does the rest. The

[jQuery] Re: Stop $.ajax() from clearing the page

2008-05-30 Thread eid
B to the ump

[jQuery] Re: Stop $.ajax() from clearing the page

2008-05-30 Thread eid
Fixed now, thanks to the great IRC channel :-)

[jQuery] ajaxForm not working

2008-05-29 Thread eid
Hi, I'm trying to do a register script. It works fine, but now I try to AJAX it up and it breaks. Here's register.php - the page with the form and the js http://pastebin.com/m696999f7 and register-process.php which handles the data and was supposed to return something which I guess it doesn't.

[jQuery] Re: ajaxForm not working

2008-05-29 Thread eid
Thank you for the response, but that doesn't seem to have any effect at all. On 29 Maj, 14:02, malsup [EMAIL PROTECTED] wrote: Add this to the top of register-process.php: ?php header('Content-type: text/xml'); ?

[jQuery] Re: ajaxForm not working

2008-05-29 Thread eid
Oh, right. I haven't worked with xml before so I was thinking that if I injected it into a div it would just show it as regular text. Guess not. Thanks a lot man, I got it working now :-) On 29 Maj, 14:45, malsup [EMAIL PROTECTED] wrote: What exactly do you want to have happen? You're using

[jQuery] Stop $.ajax() from clearing the page

2008-05-29 Thread eid
Hi :-) My script: http://pastebin.com/m2b0341e5 I have this form, when I submit it, the php script runs and returns some JSON. The problem is that I want to display the errors on the page with the form, without it clearing any fields, however, whenever the handleResponse function is done it

[jQuery] Re: trouble passing href

2008-05-29 Thread eid
try getAttribute('href') On 30 Maj, 00:46, Kierhon [EMAIL PROTECTED] wrote: Hi all, new to JQ. I'm trying to pass the href from the a tag to the ajax load function. I believe i've selected the child properly but for some reason it's not pulling in the href. Any help is greatly appreciated!

[jQuery] Re: jQuery and JSON - newbie!

2008-05-02 Thread eid
Hi Dave, it worked great with a little bit of modification. Thank you very, very much! And I even learned something new today then :) Thanks again eid Dave Probert wrote: Hi eid, I've taken a look at what you are trying to do and I think there are two aspects that need to be 'corrected

[jQuery] Re: jQuery and JSON - newbie!

2008-05-01 Thread eid
Okay I tried to do what you said. This is my JSON file: http://pastebin.com/m616d0550 and this is my js file: $(document).ready(function() { $.getJSON('featsCalculator/priestofmitra.js', function(data) { $('.featButton').hover(function() {

[jQuery] jQuery and JSON - newbie!

2008-04-30 Thread eid
with is the comparison part. As I said I'm a newbie and still learning to use this JSON thing. If you need any more information please just tell me. Thanks eid