Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 573577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:44:19+00:00 2026-05-13T13:44:19+00:00

I have a rails app, where I have 2 models, user and notice. A

  • 0

I have a rails app, where I have 2 models, user and notice. A user has a single notice. I’m using jQuery to implement the ‘edit’ and ‘update’ methods for notice.

In order to send the correct ‘id’ of the notice to my notice controller i’ve created a div tag in the view with the id of the notice, so that i can get the id of the notice using jQuery.

I was wondering whether this is the right way to go about implementing CRUD operations using jQuery(the having a div with the id of the notification part) ??

Any thoughts would be appreciated!

Thanks,

Punit

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T13:44:20+00:00Added an answer on May 13, 2026 at 1:44 pm

    The Yes version:

    In HTML DOM stuff (and jQuery selectors too, I think 🙂 ) it is important not to have the same id attribute for more than one div, so for the future I would recommend adding a string or a character before the id, eg.:

    <div id="not123254">...</div>
    

    and getting it:
    var id=$(whatever).attr(‘id’).substring(3);

    substring with one parameter skips first n characters.

    It is helpful when You have more than one source of ids on the page (things from different tables, etc.)

    The No version:
    Some people use jQuery.data() for storing the id. I cannot compare the problems. For me the id is the default

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a rails app which currently has 3 models: Post , User and
I have a Rails app, with 2 models : a User model and a
I have some rails app. For example I have next models: User , Post
I have a rails app with two models, visits and users. A visit has
I have a small rails app that is using acts_as_list to implement drag and
I have a Rails 3.1 app with a User model and a Venue model.
I have a Rails app with some basic models. The website displays data retrieved
I have a ruby (1.9.3) on rails (3.1) app where: app/models/list.rb class List <
I have a couple of models in a Rails app. Let's say it's Products
In my Rails 2.3.2 app I have 2 models: class Post has_many :approved_comments, :class_name

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.