I tried several ways but all are failing.
|
|
|||
|
|
|
I answered this one over here: http://stackoverflow.com/questions/630637/rjs-check-for-existing-page-element |
||
|
|
|
|
As dbarker mentioned, you can use If your target element doesn't have an ID attribute, you can also check for it with a CSS selector, including class names. For example:
Documentation on |
||
|
|
|
|
You could use what dbarker said like this:
|
||
|
|
|
|
You can use the [ ] method of the JavascriptGenerator to find an element like this:
Here's a link to the details: Module ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods |
||
|
