Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-13436

jQuery: Code completion for all the available IDs for <a href="#...">

XMLWordPrintable

      Suppose we have a multi-page document:

      <body>
          <div data-role="page" id="foo">
          ...
              <a href="#bar">bar</a>  <!-- code completion for href="#| will show "foo" and "bar" -->
          ...
          </div>
      
          <div data-role="page" id="bar">
          ...
              <a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
          ...
          </div>
      </body>
      

      Another example:

      <a href="#popupBasic" data-rel="popup">Open Popup</a>  <!-- Ctrl+Space for href="# shows popupBasic id -->
      
      <div data-role="popup" id="popupBasic">
      	...
      </div>
      

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: