problem about active-Collection of common programming errors


  • Musa
    javascript image slideshow active
    With the below HTML I need to create a Javascript ONLY script to cycle the 4 images indefinitely once you click a button. I solved via jQuery but want to figure it out in Javascript to really learn the basics but I cant seem to get it to do anything besides get rid of the starting pic

  • Ahmad
    ruby-on-rails nested active records scaffold
    Rather detail my own record set, which is simple but has a lot of fields and sub-records, I’d just like to be able to get the example given on github to work, i.e. https://github.com/activescaffold/active_scaffold/wiki/API%3A-Nested # app/models/company.rb class Company < ActiveRecord::Basehas_many :contacts end# app/models/contact.rb class Contact < ActiveRecord::Basebelongs_to :company end# app/controllers/contacts_controller.rb

  • Marc J
    javascript jquery accordion active expand
    Im trying to save active state for accordion menu (code below):jQuery.fn.initMenu = function () { return this.each(function () {var a = $(this).get(0);$(“.acitem”, this).hide();$(“li.expand > .acitem”, this).show();$(“li.expand > .acitem”, this).prev().addClass(“active”);$(“li a”, this).click(function (a) {a.stopImmediatePropagation();var b = $(this).next();var c = this.pare

  • user2348614
    ruby-on-rails active strftime
    this is how in front-end current date gets saved in database automatically(without datepickers n stuff):

Originally posted 2013-11-09 19:09:12.