#11519 closed bug (duplicate)
String replace BUG
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | attributes | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi.
The following instruction:
var idToDelete = jq(this).attr('id').replace('recordis-',);
that work with jquery 1.7.1, now with version 1.7.2 does not work anymore.
Error is 'replace is not a function'.
Thanks.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → attributes |
---|---|
Owner: | set to [email protected]… |
Status: | new → pending |
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | pending → closed |
Caused by attr() returning incorrect value
Can you list here all the other scripts or jQuery Plugins you're using in your code? Thanks!
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the "jQuery (edge)" version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to begin.