Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

266
Views
Jquery: variable declared and get variable after split

I have 2 variables.

var a = 1;
var b = 2;

Now I have 2 input boxes with name 'form-1-a' and 'form-1-b'.

I need to put variables in these input boxes. Please look at below code as it is not working.

$("input[name^='form-']").val(eval($(this).attr('name').split('-')[2]));

Though entire code is bit complex but simplified and it does not seem to work without any error message.

Javascript is fun and pain at same time. Below code worked.

$("input[name^='form-']").each(function(){
  $(this).val(eval($(this).attr('name').split('-')[2]))
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!