Turn off spellcheck!
In IOS and OS X Safari (not others), when I type compound words that can be broken into 2 or more real words, Safari adds spaces between them. You can fix it by added spellcheck="false" to the <body> of the iframe. <body class="ze_body" spellcheck="false">The word that caused the problem was tabsactivate that turned into tabs activate. JΛ̊KE
New Forum for "Learn jQuery"
Hi! Is possible create a new forum for new post about jQuery Learn (learn.jquery.com)?
Create a "General" Forum Topics Category
It would be nice to have a "General" category for off-topic posts. What we have here is a community of people with a common interest: jQuery. Although the majority of discussions should center around this subject, It would be nice to have a place where more general posts can be made. tyvm!
Allow autocomplete on the login form
I frequently forget my login ID and password, and the login form doesn't allow my browser to remember them (google chrome). As a result I'm constantly going to the forgot password page. Forgetting my password is my own fault, but I think there are a couple of ways to make this easier for people like me 1. It wouldn't be so bad if not for that nice checkbox that said 'Keep me signed in' on the login page, which I always check. Apparently the cookie doesn't last that long because I always get logged
HTML5 @ api.jquery.com
Adding a cache-manifest and caching all resources required to use the jQuery API documentation offline would be a great benefit for everyone that does jQuery development and has no permanent internet connection(on the train for example). For details see http://www.w3.org/TR/html5/offline.html
Please, we are beggin you
Hello there, We(Brazilians) are using Meetups channel like a forum , cuz we dont have space for answer in our language, and we have a lot of user's doing all kind of questions, we love to use jquery and we really want to improve our capabilities on the library, but we need more and more user's knowing about how to use it. I'm trying create a podcast here in brasil about jquery in portuguese and i'm translating by my self the reference for 1.4.2 , we appreciate all the effort that u guys could do
Can you create a forum for announcements?
I think a lot of people would like to read announcements about new plugins, new versions, and general jquery news.
Idea for docs.jquery.com — auto focus on search field.
Hi, have and idea, what if when you visit site, search field is already set to focus? Most of time, when I visit site, trying to search function name. $('searchInputBox').focus(), y’know. Less mouse clicks.
jsFiddle Integration with forum
I often use jsfiddle to learn and draw up new ideas using jQuery. http://jsfiddle.net/ It may only be in alpha but it is already very powerful and easy to use and share. Maybe have the ability to use the embed link to show your jQuery in action? The default method is iFrame. Maybe input the ID of the fiddle and PHP can build the actual iFrame to display so users cannot abuse adding iFrame's themselves.
Option in Preferences to disable auto-refresh?
I really really would like to turn off the auto-refresh. Personally, I think it's terrible, and at the very least should be optional. edit: In case it's already possible to disable the auto-refresh, please point me in the right direction. I will forever be thankful. ;)
Add global search on jquery homepage?
Hi all, How about add a global search function on jquery homepage, and user can use it to search all content of JQuery such as plugin,doc and UI. Regard, -Becoder
Starting sub-forums
I've seen a count of sub-forums on the main page (currently zero). I'd like to set up a sub-forum related to jQuery and SVG - under Using jQuery or Using jQuery Plugins. How can I go about this? Is there a general way for users to start topic-specific sub-forums?
Prefill Forum select on new post
I typically select a forum, then click on New Post. Write the post, click on Preview or Publish, then get nagged to select a Forum first. It makes sense to use the context of the selected forum to prefill that select element.
Email Accounts for jQuery Meetup Groups
Would it be possible for registered jQuery Meetup Groups to apply for an email account on the jQuery domain (e.g. jquerywgtn@jquery.com)? Currently, setting up an email account requires someone (typically the group creator) to create one using a general provider such as GMail, Hotmail or a custom account on their own registered domain. A jQuery domain email account would not only look more professional, but provide a common and easily-identified communication vehicle for the group and provide a consistent
+1 for digest mode
+1 for digest mode
remove cruft from emails
I really appreciate the email notifications that have started coming through in the past few days. It really helps me scan through the enormous number of messages and replies that are posted on the jQuery Forum every day. I was wondering if someone from the Zoho team could take a look at streamlining the email message body a bit. It would make scanning them even quicker. Currently the message body begins with something like this: Hi kswedberg, [somebody] has made a new post titled [Lorem Ipsum].
Comment warning on api.jquery.com
There is a big warning at the top of the comment area for api.jquery.com but it seems like it would make more sense to ask people what they are doing when they comment and either send them to that place or automatically take that action with their posting. The big warning feels like the possible integration was avoided. Warning reads as follows currently: Support requests, bug reports, and off-topic comments will be deleted without warning. Please do post corrections or additional examples for [current
Pining for a mailing list interface to the forum
I see the benefits of moving to a forum and could really get to love the searching, archiving, and thread metadata that this place offers over Google Groups, but one feature I'm pining after is the mailing list interface. I'm used to having my own copy of the list archives, being able to scan through topics offline, track what I've read, and read from and write to the list from my mail editor of choice. I would love to be able to get the full text of every message post by email and be able to respond
Remember Topic Filters
I often browse a forum by "Unanswered Topics" so I can try to address those who haven't been helped yet. Once I reply, I click the forum link in the breadcrumb at the top, but it takes me back to the unfiltered post listing. I image that for most this is ideal - it would be annoying if you forgot you had a topic filter turned on, after all - but a quick link back to the topic listing with the topic filter intact would be great. I realize hitting my browser's back button would achieve this, but then
Filters for UNanswered questions and UNsolved problems
Shouldn't there be filters in the forum for UNanswered questions and UNsolved problems? Are those not the ones needing attention the most? Or are they hiding in here somewhere?
Make the forum-select menu bigger
There is a menu for selecting a sub-forum at the top of overview pages. Its just not big enough to show all entries, so that I have to scroll down to see eg. "About the jQuery forum". There doesn't seem to be any drawback to just making it a little bit bigger, removing the need for the scroll bar.
Markdown as an optional input method?
Would it be possible for us forum users to (optionally) trade in the WYSIWYG editor, for a simple Markdown intrepeter? ...StackOverflow uses Markdown for all of its `<textareas>`. Would make a lot of users happy, I'm sure. -- Már
Not-logged-in warning
The combination of allowing guest-posts and having remember-me not quite working leads to a lot of Guest-posts (requiring moderation) that should have been regular posts (not requiring moderation). That just happened to me, at least I could log in and delete my own post, replacing it with a proper reply. I'm not convinced of the merits of allowing guest posts. Assuming we keep those, how about big note about posting-as-a-guest?
image-rendering: optimizeQuality;
How about adding this for the avatar images so they look a little better in Firefox? https://developer.mozilla.org/En/CSS/image-rendering And maybe even this for IE? -ms-interpolation-mode: bicubic; --Travis
Why isn't there a Plugin Authoring section in this forum?
This is a major mistake. Please add that. There are folks like me who have to figure out how to enable instance chaining for method calls when making a plugin. I could not find any information on that on the web of any value. This is what I came up with and would like to get feedback on this forum: http://joonhachu.blogspot.com/2010_01_01_archive.html Please add this section as its a freakin' injustice not to have something for jQuery plugin authors to meet and discuss implementation style. You guys
Inline code
Inline code formatting is standard in many editors on forums like this — there are a lot of times when it's handy to include a short snippet of code or function name in a sentence without breaking it up. Is that possible in this editor? If not, it'd be a nice feature.
RSS feed for the Plugins forge
I'm not sure if this is the right forum, but to my mind there is no one that matches better. I would love to see a rss feed for the plugins forge..
A new jQuery Forum Forum?
At least initially, it might be nice to have a forum specifically for problems/suggestions/etc for the new forum (and rest of the site?). "Using jQuery" should really be reserved for actually using the jQuery library. _jason