The jquery tag has no wiki summary.
0
votes
0answers
12 views
Calender popup missing [closed]
I am trying to implement a calendar popup from a text box.
I used the following plug in ..
http://jqueryui.com/demos/datepicker/#icon-trigger
I have copy pasted the code in the "view source" ...
3
votes
0answers
248 views
Small jQuery plugin for flair
See it in action at http://iamaust.in
About
I know I know another flair plugin. I made this because I always wanted to write a jQuery plugin and for my new website I needed a Stack Overflow ...
7
votes
0answers
498 views
Stacktistics: Show recent popular languages, mobile platforms and web techs based on question counts
Screenshot / Code Snippet
About
You may wonder what kind of languages, mobile platforms, or web technologies are most popular these days.
stacktistics shows popularity of programming ...
5
votes
0answers
225 views
Stack Addict: Always-on StackExchange question viewer (Chrome Extension)
Stack Addict is a question-list widget accessible at any time, from any page you're on. Pressing a simple keyboard-shortcut brings up the question viewer, from which you can search, sort, and ...
18
votes
3answers
1k views
Stack Insight - Track a User's Activity Over all Stack Sites.
Screenshots
... but why not see the live site at http://stackinsight.com
About
Web application to show how all a user has been involve in the different stack sites over time.
Just enter your ...
2
votes
1answer
1k views
jQuery Ajax calls return null
When I enter the API URLs into my browser they work, but when I try from jQuery they just return null. When I open the HTML below, all I get is an alert that says null, despite the fact that Firebug ...
163
votes
9answers
15k views
StackTack, a JavaScript widget you can stick anywhere
Screenshot / Code Snippet
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script ...
0
votes
0answers
134 views
Any CSS ninjas want to help me style my sample app?
I really am horrible at CSS. I am making a SO clone example application that will eventually consume as much of the StackOverflow.Net API as possible. Although it is a clone, I am not expecting it to ...
1
vote
1answer
86 views
I can't get a response for /questions/{id} in Chrome Extension
I'm writing a Chrome Extension that queries the API. Using jQuery, I have the following code called from my background page:
$.ajax({
url: 'http://api.stackoverflow.com/0.8/questions/' + id
...