Click here to Skip to main content
15,867,991 members

Comments by amr aly (Top 23 by date)

amr aly 10-Feb-23 8:39am View    
I'm wondered why my answer for my question down voted.
I only wanted to share the solution with code-project community.
I'm struggling to search and thinking for long times to fix my problem and when I fixed it and share the solutions and links that gave me the ideas to fix the issue I got the "down vote". What's this scale ?????
This behavior tell me not to share anything here. I can ask only to get the answer when I got the answer from anywhere else, I can skip sharing it here,,,
I think you have to review your scale to measure what's happening ?

Thanks CODE-PROJECT
amr aly 6-Feb-23 8:06am View    
Also I followed this answer[^]. It's useful but I get the "unit menu" of the main row in all new row when I select an item from the "product menu" in the new row.
amr aly 5-Feb-23 5:57am View    
Really I don't know what should I do , because I'm new to using cloning option and I enhance my skills so I need help to understand what I miss here in my code

Thanks ....
amr aly 4-Feb-23 7:11am View    
What's the ( identifiers ( plural ) ), sorry I'm not understand what you are meaning.
And I can't get (
replace '.purchase-row' by id="".with differents id="area_this"/ id="area_that", belonging to the existing area.
)
I'm so sorry but I'm not understand what should I do
amr aly 4-Feb-23 4:12am View    
First of all thanks for replying .
I already tried what you suggested (Really it appends the "unit menu" in the same row but also in all above rows)
I'm using this
for (var i = 0; i < values_3.length; i++) {
   $('.purchase-row #id_pro-unit').append('<option>' + values_3[i] + '</option>');
}