Search Results

3
votes
3answers
62 views

Is jQuery integrated with ASP.NET?

Hello! I'm diving into the world of web development after ten years of desktop application development and am currently learning about the many high level concepts, one of them being jQuery. I've …
0
votes
3answers
458 views

Using javascript to fade a thumbnail image from grayscale to to color

I'm relatively new to web development and wouldn't even know where to start in coding a javascript that fades a grayscale thumbnail image into a color thumbnail image on mouseover, and vice versa o …
4
votes
3answers
126 views

Noobie Jquery Question - Why doesn’t this simple script work?

Hello! I'm learning JQuery and I wrote a simple AJAX external script for my homepage that tries to load some static markup from a seperate html file and insert it into my homepage when i hover ove …
0
votes
4answers
71 views

Noobie Jquery Question - I found a bug in my script, not sure how to fix it

Hello! Thanks for your help on my last noobie jquery question and since you done …
0
votes
1answer
48 views

AJAX Question: How can I make sure the images are loaded before displaying table?

Hello, I have a web page that uses jquery ajax to grab the table markup from another static page and insert it into my homepage and display it. The table I'm inserting contains images and the table …