- Screen name: biancasoch
biancasoch's Profile
3 Posts
1 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- 01-Oct-2014 09:22 AM
- Forum: Using jQuery UI
I have sortable ordered list with a few items. Each item in that list can be deleted and/or moved and I can dynamically add more new items. All works fine as long as I do not add a new item and delete one of the existing one.
Example: I run the code and get a list
1. ABC
2. CDE
3. EFG
4. GHI
5. IJKI delete "3.", so item "4." moves up and is now "3." on that list, while "5." ist now no "4." So far so good.
If I add a new item it will be added at the end of the list as no "6.", "7." and so on.
But as soon as I delete or add any item I am running into problems with the numbering of the list items. I suddently have a list looking like that
e.g.
1. ABC
3. EFG
3. GHI
4. IJKThe numbering is no longer correct. What can I do to prevent this from happening!?
This problem seems to occur only in INTERNET EXPLORER....!!--> jsFiddle Demo: http://tinyurl.com/kty73o6
Thanks for any advice!
- 14-Jul-2011 06:22 AM
- Forum: Using jQuery Plugins
Hi everybodyI have just integrated this great tooltip plugin to my page and it works fine.
But now we found out that it flickers on mouseover in FF, when my page is content of an iframe. This happens as long as I resize the browser window: I make it a bit smaller and it works fine. I resize to the original size and it flickers again.
Any idea? As said, it just happens in FF (4 and 5 at least) and it happens on different pages with different content (and frameworks) on the main page.Thanks a lot in advance!- Hi , I would like to support wildcard search (*) for autoomplete.The user should be able to get back a list with all available options to select if he types in a star (*) as a wildcard in the textbox.I have it so fare right now:function (e, ui) {
search:
if ($("#searchfield").val() == "*") {
/* return all values and show them in a result list */}I am not able to bring back all the available items and show the resultlist.How can this be done?Thanks a lot in advance for any support!- «Prev
- Next »
Moderate user : biancasoch
© 2013 jQuery Foundation
Sponsored by and others.

