The documentation for Stock.onItemCreate shows the 3rd parameters as "card_id", but it seems to be the div id, not the card_id.
In other words, it's exactly the same of card_div.id
Is this intentional, or am I doing something wrong?
Is it true that the card_div.id will ALWAYS end with an underscore and card_id? Can I just parse it off the end of the id reliably?
In other words, it's exactly the same of card_div.id
Is this intentional, or am I doing something wrong?
Is it true that the card_div.id will ALWAYS end with an underscore and card_id? Can I just parse it off the end of the id reliably?