javascript

Events happening in the community are now at Drupal community events on www.drupal.org.
OSS's picture

RESUME: Drupal Developer and Themer - Washington, D.C.

I'm representing an excellent mid-level Drupal Developer and Themer from the DC area looking for a full time (asking 75k) or long-term contract opportunity. Advanced skills in HTML/5, CSS/3, PHP, JavaScript, jQuery, Drupal 5, 6, and 7, WordPress, 3rd party API's and more. If you would like to review the credentials of my candidate, please email me with your job description and salary range offered.

Thank you,
Beau J. Gould
Open Source Staffing
opensourcestaffing|AT|gmail.com
http://opensourcestaffing.wordpress.com

Read more
wim leers's picture

Spark: WYSIWYG editors evaluation — call for feedback!

For the Spark project, we're looking for a WYSIWYG editor. It must work well on mobile devices, hence HTML5 is pretty much a necessity. A WYSIWYG editor still involves a lot of JavaScript, so solid JavaScript is also important.

However, for the Spark project, the WYSIWYG goal is somewhat different than the "typical" WYSIWYG goal. We're looking for a "true WYSIWYG" editor, which we can define as a WYSIWYG that matches all CSS selectors identically like the eventual document would.

Read more
vipul_vj's picture

INTEGRATING SENCHA TOUCH with DRUPAL

ethanw's picture

Backbone.js Group Created

Hello fellow JavaScripters!

Following the Backbone.js BoF at DrupalCon Denver, we've set up a Backbone.js group specifically for discussion and planning around the Backbone.js module for Drupal. If you weren't able to join us in Denver, you can check out the slides and additional resources on the Backbone module developer documentation page.

Read more
ethanw's picture

Which is the favorite JavaScript framework you've used?

Backbone.js
43% (10 votes)
EmberJS
17% (4 votes)
Knockout JS
13% (3 votes)
Spine
0% (0 votes)
Other
26% (6 votes)
Total votes: 23
heikkipeikki's picture

Problem med länk till nod från Javascript

Jag har byggt upp en view i Drupal 6 med SlideShow ImageFlow, Row style = node. Varje nod består av en bild som (mha contemplate ) är länkad till en annan nod, dvs klickar jag på bilden så kommer jag till noden som finns angivet i ett fält. I vanlig visning fungerar det som det var tänkt, dvs jag kommer till min nod när jag klickar på bilden. Men när jag använder ImageFlow hamnar bilden själv på en egen sida när jag klickar på den. Det enda jag kommit på att göra hittills är att under onClick override skriva in

Read more
akanik's picture

Jquery working in admin theme (revision view) but not default theme

I'm having a very frustrating issue with jquery. I am trying to co-oped some jquery script, css, and text from ProPublica to use as a republished work on my company website (publicsource.org). The code that I am trying to use is here:

$(document).ready(function() {
var tabCommon = $(".frack-show-common");
tabCommon.addClass("active");
var tabSick = $(".frack-show-sick");
var tabWeird = $(".frack-show-weird");
tabCommon.click(function(e) {
e.preventDefault();
$("#common").fadeIn("slow");
$("#sick").hide();
$("#weird").hide();
tabCommon.addClass("active");

Read more
dic_son's picture

Learn JQuery in 30 Days

Net Tuts is offering a free JQuery course for 30 days. Check it out

http://net.tutsplus.com/articles/news/learn-jquery-in-30-days/

Read more
Aznlova's picture

How could one implement this concept with Drupal ....

Dear all,

Read more
rileg's picture

Lägga till nya fält i ett CCK baserat formulär

Någon som kan tipsa om hur man går tillväga för att skapa ett CCK baserat formulär som beroende på vad användaren väljer i en lista får upp nya listfält som inte synts innan. Om man ex. har en lista som innehåller kategorierna "Förrätter" "Varmrätter" "Efterrätter" och "Drycker" och väljer "Drycker", så (AJAX) laddas ett nytt listfält med olika dryckeskategorier att välja mellan.

Read more
Subscribe with RSS Syndicate content