[jQuery] Grab external Meta and Title

2009-09-09 Thread Crazy-Achmet
Hey, i want to insert a web address into an input field after i click on a button, i want jquery to grab the title and the meta attributes of the website. Like if i type http://www.jquery.com i want to get jQuery: The Write Less, Do More, JavaScript Library and the meta jQuery is a fast and

[jQuery] this (class) + id + text

2009-01-26 Thread Crazy-Achmet
Hey, sorry for the weird topic but i couldn't find a better one so i choose this! ;) Right now, i got this code: $('.show_image').hover( function(){ $('.image').show(); },

[jQuery] Re: this (class) + id + text

2009-01-26 Thread Crazy-Achmet
selector you want to make visible, and corresponds with the id attribute of the images. On Jan 26, 10:23 am, Crazy-Achmet crazyach...@gmail.com wrote: Hey, sorry for the weird topic but i couldn't find a better one so i choose this! ;) Right now, i got this code

[jQuery] Re: xml find element with this attribute value

2008-12-11 Thread Crazy-Achmet
Hey, i couldn't get it to work! This is my code to get all the event nodes. $(xml).find('event').each(function(){ var name = $(this).attr('name'); $('option

[jQuery] XML find element with special attribute

2008-12-09 Thread Crazy-Achmet
Hey, this is the code that works perfectly to show all XML Elements: $.ajax({ type: GET, url: events.xml, dataType: xml, success: function(xml)

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-20 Thread Crazy-Achmet
Hmmm, guess it didn't work so well, right?

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-12 Thread Crazy-Achmet
No news are good news? ;)

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-09 Thread Crazy-Achmet
Hey Gilles, how is it going? Is there something to see? ;)

[jQuery] Re: Photo Tagging (Notes)

2008-11-07 Thread Crazy-Achmet
Hey Tarique, thanks for your answer and special thanks for the changes you made on your example! That helped me a lot. I allready did the saving function, maybe not perfect but i fit for my needs and thats all i want! ;) Maybe you can help me out with one little think. Could you give me a

[jQuery] Photo Tagging (Notes)

2008-11-04 Thread Crazy-Achmet
Hi, i was looking all over the web for a really cool picture tagging script in jQuery. The result of the search was, that there aren't any kind of cool solutions of that kind of script like facebook or flickr has. I found very similar script over here http://www.dustyd.net/projects/PhotoNotes

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-28 Thread Crazy-Achmet
I'm really lookin forward to the new version!!! It's awesome that you're still workin' on it! ;)